草庐IT

allServerNarrators

全部标签

c# - 启动画面等待线程完成

我仍然对启动画面有疑问。我不想使用属性SC.TopMost=true。现在我的应用场景如下:在progeram.cs中:[STAThread]staticvoidMain(){newSplashScreen(_tempAL);//where_tempALisanarrayListApplication.Run(newForm1(_tempAL));}在SplashScreen类中:publicSplashScreen(ArrayList_Data){DisplaySplash()}privatevoidDisplaySplash(){this.Show();this.TopMost=t

c# - 启动画面等待线程完成

我仍然对启动画面有疑问。我不想使用属性SC.TopMost=true。现在我的应用场景如下:在progeram.cs中:[STAThread]staticvoidMain(){newSplashScreen(_tempAL);//where_tempALisanarrayListApplication.Run(newForm1(_tempAL));}在SplashScreen类中:publicSplashScreen(ArrayList_Data){DisplaySplash()}privatevoidDisplaySplash(){this.Show();this.TopMost=t