public ste_camioneroRowChangeEvent(ste_camioneroRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Removeste_camioneroRow(ste_camioneroRow row) {
     this.Rows.Remove(row);
 }
 public ste_unidadRow Addste_unidadRow(string uniplaca, ste_camioneroRow parentste_camioneroRowByfk_ste_unidad_ste_camionero, int unidelaempresa) {
     ste_unidadRow rowste_unidadRow = ((ste_unidadRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             uniplaca,
             null,
             unidelaempresa};
     if ((parentste_camioneroRowByfk_ste_unidad_ste_camionero != null)) {
         columnValuesArray[2] = parentste_camioneroRowByfk_ste_unidad_ste_camionero[0];
     }
     rowste_unidadRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowste_unidadRow);
     return rowste_unidadRow;
 }
 public void Addste_camioneroRow(ste_camioneroRow row) {
     this.Rows.Add(row);
 }