摘要:
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.IO;using System.Net;using System.Net.Security;using System.Security.Cryptography.X509Certificates;using System.IO.Compression;using System.Net.Cache;namespace SNZO.Common{ /// <summary> /// 上传数据参... 阅读全文
posted @ 2012-06-18 14:42
苦逼面条
阅读(244)
评论(0)
推荐(0)
摘要:
public class Source{ private EventHandler _NumberChangeEvent; public event EventHandler NumberChangeEvent { add { _NumberChangeEvent += value; } remove { _NumberChangeEvent -= value; } }} 阅读全文
posted @ 2012-06-18 14:02
苦逼面条
阅读(226)
评论(0)
推荐(0)

浙公网安备 33010602011771号