private void butNhomduoc_Click(object sender, EventArgs e) { try { frmPhannhomduoc af = new frmPhannhomduoc(m_v, m_userid); af.ShowInTaskbar = false; af.ShowDialog(this); } catch { } }
private void menu_C_1_1_Phannhomduoc_Click(object sender, EventArgs e) { try { frmPhannhomduoc af = new frmPhannhomduoc(m_v, m_userid); af.ShowInTaskbar = false; af.MdiParent = this; af.Show(); } catch { } }