public static frmBenhAn GetInstance() { if (instance == null) { instance = new frmBenhAn(); } return(instance); }
private void BAn_Click(object sender, EventArgs e) { frmBenhAn BA = new frmBenhAn(); BA.ShowDialog(); }