简单的启动窗体
代码如下:public static System.Threading.Thread thread; public static ce.About welcomefrm; [STAThread] static void Main() { System.Threading.ThreadStart start=new ThreadStart(ce.ceStart.splashForm); thread=new Thread(start); thread.Start(); //做要做的事 //运行主程序 System.Windo
下载地址
用户评论