摘要:
public class MyEventArgs{} public delegate void MyEventHandler(object sender,MyEventArgs args);public class MyControlClass:Control { public event MyEv 阅读全文
摘要:
C#保存的数据都是使用以下的压缩算法保存 public static byte[] Zip2(byte[] content) { using (System.IO.MemoryStream ms = new System.IO.MemoryStream()) using (DeflateStream 阅读全文