10 2022 档案
摘要:首先在需要调用的页面 定义它 //雷电 private static LdCmd ldCmd = null; 然后在窗体加载时 //设置雷电路径 ldCmd = LdCmd.GetObject(); ldCmd.SimulatorPath = @"D:\leidian\LDPlayer4\"; //
阅读全文
摘要:结合大漠插件提供的C#多线程模板使用 定义注册卸载热键的类 public class HotKey { [DllImport("kernel32.dll")] public static extern uint GetLastError(); //如果函数执行成功,返回值不为0。 //如果函数执行失
阅读全文