摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace CheckU{public partial class Form1 : Form{public const int WM_DEVICECHANGE = 0x219;//U盘插入后,OS的底层会自动 阅读全文
posted @ 2012-05-05 12:00 追风 阅读(2498) 评论(0) 推荐(1)