摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.IO;using System.Windows.Forms;using System.Runtime.InteropServices;namespace USB{ public partial class USB : Form { public USB() { InitializeComponent(); } 阅读全文
posted @ 2011-01-27 13:26 c#小菜 阅读(3639) 评论(2) 推荐(0) 编辑