示例#1
0
 public ChoferRowChangeEvent(ChoferRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
示例#2
0
 public ChoferRowChangeEvent(ChoferRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }