摘要: 1.文件压缩事件 private void button1_Click(object sender, EventArgs e) { string[] FileProperties = new string[2]; FileProperties... 阅读全文
posted @ 2014-04-19 17:28 银河系上的地球 阅读(241) 评论(0) 推荐(0)
摘要: public bool Send() { //mail message MailMessage myMail = new MailMessage(); myMail.From = new MailAddress("12... 阅读全文
posted @ 2014-04-19 17:24 银河系上的地球 阅读(210) 评论(0) 推荐(0)