摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Runtime.InteropServices; 4 using System.Text; 5 using System.ComponentModel; 6 7 na 阅读全文
posted @ 2016-06-23 12:49 robinwyz 阅读(628) 评论(0) 推荐(1)
摘要: private static string strPath; private static string PlatformID { get { //返回系统版本信息 return Environment.OSVersion.Platform.ToString(); } } public static 阅读全文
posted @ 2016-06-23 12:25 robinwyz 阅读(921) 评论(0) 推荐(0)