資源簡介
FCARD 系列產(chǎn)品開發(fā)包 + 開發(fā)調(diào)試工具 軟件 + 說明
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?CollectRecord
{
????static?class?Program
????{
????????///?
????????///?應(yīng)用程序的主入口點(diǎn)。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????Application.Run(new?記錄采集());
????????}
????}
}
評論
共有 條評論