private void changePasswordToolStripMenuItem_Click(object sender, EventArgs e) { //Shows ChangePassword Form. changePasswordForm chPwForm = new changePasswordForm(); chPwForm.ShowDialog(this); }
private void rbtnChangePW_Click(object sender, EventArgs e) { //this.Tag = "ChangePW"; gboxAdd.Visible = false; changePasswordForm chPwForm = new changePasswordForm(); chPwForm.ShowDialog(this); }