public void Removebonus_categoryRow(bonus_categoryRow row) { this.Rows.Remove(row); }
public bonus_categoryRowChangeEvent(bonus_categoryRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void Addbonus_categoryRow(bonus_categoryRow row) { this.Rows.Add(row); }