コード例 #1
0
 public PaymentEventArgs(PaymentColumn column)
 {
     this.column = column;
 }
コード例 #2
0
ファイル: PaymentComparer.cs プロジェクト: riyuexing/rms
 public PaymentComparer(PaymentColumn column)
 {
     this.whichComparison = column;
 }
コード例 #3
0
 public PaymentEventArgs(PaymentColumn column, object value)
 {
     this.column = column;
     this.value  = value;
 }