C#设置启动窗体

Program.cs文件的Main()里面是这样的

static void Main()
{
Application.Run(new Form2()); //此处设置启动窗体
}
请使用浏览器的分享功能分享到微信等