随笔分类 - 程序只能运行一次
摘要:第一种方法 (建议用这个,我已经测试) 代码如下using System;using System.Collections.Generic;using System.Windows.Forms;//using RFIDWareHouse.View;using System.Runtime.InteropServices;namespace Phone{ static class Program { [DllImport("coredll.Dll")] private static extern int GetLastError(); [Dl...
阅读全文