public void AddRegadoresViewRow(RegadoresViewRow row) { this.Rows.Add(row); }
public void RemoveRegadoresViewRow(RegadoresViewRow row) { this.Rows.Remove(row); }
public RegadoresViewRowChangeEvent(RegadoresViewRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }