c#在windows應用程序中設置起始form
作者:佚名 時間:2012-04-27 分享到:
打開Program.cs
改入口函數:
[STAThread]
static void Main()
{
Application.Run(new Form1()); //改這里
}
如沒特殊注明,文章均為上海聯楷網絡原創,轉載請注明來自:http://www.ktcbnqb.cn/contact/20151229/n7602.html
打開Program.cs
改入口函數:
[STAThread]
static void Main()
{
Application.Run(new Form1()); //改這里
}