public void AddtourDetailRow(tourDetailRow row) { this.Rows.Add(row); }
public void RemovetourDetailRow(tourDetailRow row) { this.Rows.Remove(row); }
public tourDetailRowChangeEvent(tourDetailRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }