Exemplo n.º 1
0
 public static frmKhoa GetInstance()
 {
     if (instance == null)
     {
         instance = new frmKhoa();
     }
     return(instance);
 }
Exemplo n.º 2
0
        private void khoaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmKhoa khoa = new frmKhoa();

            khoa.ShowDialog();
        }