public PayoutEventArgs(PayoutColumn column) { this.column = column; }
public PayoutComparer(PayoutColumn column) { this.whichComparison = column; }
public PayoutEventArgs(PayoutColumn column, object value) { this.column = column; this.value = value; }