public void AddTRAY_INSTALLATION_TABRow(TRAY_INSTALLATION_TABRow row) { this.Rows.Add(row); }
public void RemoveTRAY_INSTALLATION_TABRow(TRAY_INSTALLATION_TABRow row) { this.Rows.Remove(row); }
public TRAY_INSTALLATION_TABRowChangeEvent(TRAY_INSTALLATION_TABRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }