Katya hace 2 meses
padre
commit
7db299852c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      ViewModels/MainWindowViewModel.cs

+ 0 - 1
ViewModels/MainWindowViewModel.cs

@@ -49,7 +49,6 @@ namespace Acosta.ViewModels
 
         public UserControl UC { get => uc; set => this.RaiseAndSetIfChanged(ref uc, value); } 
         private UserControl uc = new AuthorizationView();
-        private UserControl uc = new AuthorizationView();
         public int curUsId;
 
         public void LoadPersonalAccount()