diff --git a/Client/ViewModels/ViewModel.cs b/Client/ViewModels/ViewModel.cs index 241b520..5498197 100644 --- a/Client/ViewModels/ViewModel.cs +++ b/Client/ViewModels/ViewModel.cs @@ -43,9 +43,6 @@ namespace Client { get { - if (_model == null) - _model = new Model(); - return _model; } diff --git a/Client/Views/MainWindow.xaml b/Client/Views/MainWindow.xaml index 7830f07..64a1fb1 100644 --- a/Client/Views/MainWindow.xaml +++ b/Client/Views/MainWindow.xaml @@ -12,7 +12,7 @@ - + @@ -34,7 +34,6 @@