예제 #1
0
 private void ChangePasswordOpener_Click(object sender, EventArgs e)
 {
     LogoutPanel.SendToBack();
     LogoutPanel.Visible = false;
     ChangePasswordPanel.BringToFront();
     ChangePasswordPanel.Visible = true;
 }
예제 #2
0
 private void CancellogoutButton_Click(object sender, EventArgs e)
 {
     LogoutPanel.SendToBack();
     ChangePasswordPanel.SendToBack();
     LogoutPanel.Visible = false;
 }