你的位置:首页 > 软件开发 > ASP.net > 设置启动窗体Program.cs文件

设置启动窗体Program.cs文件

发布时间:2015-11-08 09:00:08
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Windows.Forms; 5 6 namespace Test01 7 { 8 static ...
 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Windows.Forms; 5  6 namespace Test01 7 { 8   static class Program 9   {10     /// <summary>11     /// 应用程序的主入口点。12     /// </summary>13     [STAThread]14     static void Main()15     {16       Application.EnableVisualStyles();17       Application.SetCompatibleTextRenderingDefault(false);18       Application.Run(new Form1());19     }20   }21 }

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:设置启动窗体Program.cs文件

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录