2012年7月11日
摘要: View Code using System;using System.Collections.Generic;using System.Text;using Microsoft.Win32; //对注册表操作using System.Collections; //使用Arraylistusing System.Security.Cryptography;//加密解密using System.IO; //文件操作using System.Runtime.InteropServices;//调用DLL DllImportusing System.Management; //获取硬件信息u... 阅读全文
posted @ 2012-07-11 23:15 huobaby 阅读(8320) 评论(0) 推荐(0) 编辑