This commit is contained in:
shinichi
2020-10-07 15:49:57 +02:00
parent 6159f3f57b
commit d7dfe32cc3
5 changed files with 35 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ namespace ClientApp
public MainWindow()
{
InitializeComponent();
DataContext = new MainViewModel();
DataContext = new MainWindowViewModel();
}
}
}