This commit is contained in:
fabjuuuh
2020-10-16 11:42:32 +02:00
parent 6e534c318b
commit b31fa293fb
4 changed files with 60 additions and 6 deletions

View File

@@ -28,9 +28,10 @@ namespace DoctorApp.ViewModels
{
App.Current.Dispatcher.Invoke((Action)delegate
{
Tabs.Add(new ClientInfoViewModel
Tabs.Add(new ClientInfoViewModel(MainWindowViewModel)
{
Username = username,
Status = "Waiting to start"
});
});
}