コード例 #1
0
 void commandCenter_OnLogOut(object sender, EventArgs e)
 {
     commandCenter.Hide();
     ProfilesManager.LogOut();
     mainMenu.Show();
 }