Esempio n. 1
0
 private void FormPopup_Activated(object sender, EventArgs e)
 {
     if (child != null)
     {
         child.Hide();
     }
 }
Esempio n. 2
0
 private void FormMain_Activated(object sender, EventArgs e)
 {
     if (popup != null)
     {
         popup.Hide();
     }
 }