資源簡介
FCARD 系列產品開發包 + 開發調試工具 軟件 + 說明
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?CollectRecord
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?記錄采集());
????????}
????}
}
- 上一篇:贊物業管理系統源碼(附access數據庫)
- 下一篇:C# 類庫查詢手冊
評論
共有 條評論