当前位置:Gxlcms > 数据库问题 > PC Access的使用

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   

人气教程排行