made doctor window fancy

This commit is contained in:
shinichi
2020-10-16 11:18:29 +02:00
parent 6ec09ec995
commit df37c9bd58
7 changed files with 479 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ namespace DoctorApp
{
Client client = new Client();
InitializeComponent();
DataContext = new MainWindowViewModel(client);
DataContext = new MainWindowViewModel(this, client);
}
}
}