資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?WinControl
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?Test());
????????}
????}
}
- 上一篇:c#手寫識別 中文 文字
- 下一篇:c# 簡易版串口助手源碼
評論
共有 條評論