private void barButtonItem2_ItemClick_1(object sender, ItemClickEventArgs e) { fChangeAccount c = new fChangeAccount(); this.Hide(); c.ShowDialog(); this.Show(); }
private void btnResetPassword_Click(object sender, EventArgs e) { fChangeAccount b = new fChangeAccount(); this.Hide(); b.ShowDialog(); this.Show(); }