Example #1
0
 // this is called by the new thread to show the splash screen
 private static void MySplashThreadFunc()
 {
     if (m_instance != null)
     {
         m_instance.TopMost = true;
         m_instance.ShowDialog();
     }
 }