private void tabItem7_Click(object sender, EventArgs e) { DOI_MAT_KHAU dmk = new DOI_MAT_KHAU(tendn); this.Hide(); dmk.ShowDialog(); this.Show(); }
private void ribbonTabItem11doimatkhau_Click(object sender, EventArgs e) { DOI_MAT_KHAU dmk = new DOI_MAT_KHAU(tendn); this.Hide(); dmk.ShowDialog(); this.Show(); }