PC Access的使用
时间:2021-07-01 10:21:17
帮助过:12人阅读
System;
using System.Collections;
using System.Data;
using System.Runtime.InteropServices;
public class LockClass
{
[DllImport("user32.dll")]
private static extern bool LockWorkStation();
[STAThread]
public static void Lock()
{
LockWorkStation();
}
}
View Code
使用西门子的autodll封装类
PC Access的使用
标签:show isp col 技术 程序 gif port opened closed