添加对Windows.Forms的引用,然后:
static void Main(string[] args)
{
Application.EnableVisualStyles();
Application.Run(new Form()); //of course you can put your own custom Form here.
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2431 次 |
| 最近记录: |