摘要:
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
武胜-阿伟
阅读(374)
评论(0)
推荐(0)
浙公网安备 33010602011771号