摘要:
//两种方法,但都需要 run as admin [StructLayout(LayoutKind.Sequential)] public struct SystemTime { public ushort wYear; public ushort wMonth; public ushort wDayOfWeek; public ushort wDay; public ushort wHour; public ushort wMinute; public ushort w... 阅读全文
posted @ 2013-05-22 15:55
hbfly
阅读(187)
评论(0)
推荐(0)