我仍然对启动画面有疑问。我不想使用属性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
我仍然对启动画面有疑问。我不想使用属性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