namespace PaySharp.Core { public class CancelSucceedEventArgs : NotifyEventArgs { #region 构造函数 /// /// 构造函数 /// /// 支付网关 public CancelSucceedEventArgs(BaseGateway gateway) : base(gateway) { } #endregion } }