摘要: 复制:privatevoidbutton1_Click(objectsender,System.EventArgse){  //Takestheselectedtextfromatextboxandputsitontheclipboard.  if(textBox1.SelectedText!=”")  Clipboard.SetDataObject(textBox1.Selected... 阅读全文
posted @ 2010-03-10 11:31 小さいです哥 阅读(593) 评论(1) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Security.Cryptography;namespace EncryptionDecryption{ class EDClass { /// <summary>... 阅读全文
posted @ 2010-03-10 09:58 小さいです哥 阅读(591) 评论(1) 推荐(0)