changed names

This commit is contained in:
shinichi
2020-10-07 21:21:12 +02:00
parent a23b268dc9
commit e09f4f1325
4 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ namespace ClientApp.ViewModels
internal void setLoginStatus(bool status)
{
this.mainWindowViewModel.infoModel.ConnectedToServer = true;
this.mainWindowViewModel.InfoModel.ConnectedToServer = true;
if (status)
{
this.mainWindowViewModel.SelectedViewModel = new MainViewModel(mainWindowViewModel);