Esempio n. 1
0
 void parent_Activated(object sender, EventArgs e)
 {
     if (frm != null && count > 0)
     {
         frm.StartSplash();
     }
 }