private void button1_Click(object sender, EventArgs e) { frmThemAccount them = new frmThemAccount(); them.ShowDialog(); }
private void button1_Click_1(object sender, EventArgs e) { frmThemAccount add = new frmThemAccount(); add.Show(); }