예제 #1
0
파일: AppState.cs 프로젝트: idct-tech/sikor
 public void Login(Profile profile)
 {
     ActiveProfile = profile;
     Sidebar.PostInit();
     Operations.PostInit();
     MainWindow.LoginFormVisible = false;
 }