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