示例#1
0
 public PaymentEventArgs(PaymentColumn column)
 {
     this.column = column;
 }
示例#2
0
 public PaymentComparer(PaymentColumn column)
 {
     this.whichComparison = column;
 }
示例#3
0
 public PaymentEventArgs(PaymentColumn column, object value)
 {
     this.column = column;
     this.value  = value;
 }