Katya 2 달 전
부모
커밋
7db299852c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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()