Ejemplo n.º 1
0
 private void CallPopupButton()
 {
     if (clsConst.bfrmPopupButton == false)
     {
         frmPopupHandle = new frmPopupButton();
         frmPopupHandle.Show();
     }
     else
     {
         frmPopupHandle.Activate();
     }
 }