摘要: using System.IO; using System.Runtime.Serialization.Formatters.Binary; .... ... Hashtable aa = new Hashtable(); private void buttonSave_Click(object sender, EventArgs e) { FileStream fs = new FileS... 阅读全文
posted @ 2008-10-07 11:54 lelf 阅读(4423) 评论(0) 推荐(0)