摘要: using System;using System.Runtime.InteropServices;using System.Text;namespace Encry{ [Serializable] public struct HardDiskInfo { /// /// 型号 /// public string ModuleNumber; /// /// 固件版本 /// ... 阅读全文
posted @ 2006-04-06 13:47 WUYQ 阅读(899) 评论(1) 推荐(0)