Пример #1
0
 private void btnDanhsachDevice_ItemClick(object sender, ItemClickEventArgs e)
 {
     if (!Class.App.IsFocusForm(typeof(Forms.frmDeviceList), this))
     {
         Forms.frmDeviceList frm = new Forms.frmDeviceList();
         frm.MdiParent = this;
         frm.Show();
     }
 }
Пример #2
0
 private void btnDanhsachDevice_ItemClick(object sender, ItemClickEventArgs e)
 {
     if (!Class.App.IsFocusForm(typeof(Forms.frmDeviceList), this))
     {
         Forms.frmDeviceList frm = new Forms.frmDeviceList();
         frm.MdiParent = this;
         frm.Show();
     }
 }