Exemplo n.º 1
0
 private void cEXWB1_WindowClosing(object sender, csExWB.WindowClosingEventArgs e)
 {
     if (isSecondaryPopup)
     {
         return;
     }
     e.Cancel = true;
     this.cEXWB1.NavToBlank();
     this.Hide();
 }
 private void cEXWB1_WindowClosing(object sender, csExWB.WindowClosingEventArgs e)
 {
     this.cEXWB1.NavToBlank();
     this.Hide();
 }