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()