Example #1
0
 public static frmBenhAn GetInstance()
 {
     if (instance == null)
     {
         instance = new frmBenhAn();
     }
     return(instance);
 }
Example #2
0
        private void BAn_Click(object sender, EventArgs e)
        {
            frmBenhAn BA = new frmBenhAn();

            BA.ShowDialog();
        }