Пример #1
0
 private void butNhomduoc_Click(object sender, EventArgs e)
 {
     try
     {
         frmPhannhomduoc af = new frmPhannhomduoc(m_v, m_userid);
         af.ShowInTaskbar = false;
         af.ShowDialog(this);
     }
     catch
     {
     }
 }
Пример #2
0
 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
     {
     }
 }