Ejemplo n.º 1
0
 private void btnLstSystemUsers_Divisions_ItemClick(object sender, ItemClickEventArgs e)
 {
     try
     {
         frmLst_SystemUsers_Divisions afrmLst_SystemUsers_Divisions = new frmLst_SystemUsers_Divisions();
         afrmLst_SystemUsers_Divisions.Show();
     }
     catch (Exception ex)
     {
         MessageBox.Show("frmMain.btnLstSystemUsers_Divisions_ItemClick\n" + ex.ToString(), "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
     }
 }
 public frmTsk_ChooseSystemUsersToDivisions(frmLst_SystemUsers_Divisions afrmLst_SystemUsers_Divisions)
 {
     InitializeComponent();
     this.afrmLst_SystemUsers_Divisions = afrmLst_SystemUsers_Divisions;
 }