public static frmThuoc GetInstance() { if (instance == null) { instance = new frmThuoc(); } return(instance); }
private void thuocToolStripMenuItem_Click(object sender, EventArgs e) { frmThuoc thuoc = new frmThuoc(); thuoc.ShowDialog(); }