2013年4月22日
摘要: public class CTPEventArgs : EventArgs { public CTPResponseInfo ResponseInfo { get; internal set; } public int RequestID { get; internal set; } public CTPEventArgs(CTPResponseInfo rspInfo, int requestID) { this.ResponseInfo = rspInfo; this.RequestID = requestID; } public ... 阅读全文
posted @ 2013-04-22 17:46 武胜-阿伟 阅读(360) 评论(0) 推荐(0) 编辑