public void RemoveOutsideServiceQueRow(OutsideServiceQueRow row) { this.Rows.Remove(row); }
public OutsideServiceQueRowChangeEvent(OutsideServiceQueRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddOutsideServiceQueRow(OutsideServiceQueRow row) { this.Rows.Add(row); }