This commit is contained in:
fabjuuuh
2020-10-12 16:50:02 +02:00
parent df5e276eb3
commit 301f6b447f
9 changed files with 93 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ using System.Text;
namespace DoctorApp.ViewModels
{
class MainWindowViewModel
class MainWindowViewModel : ObservableObject
{
public Info InfoModel { get; set; }