private void InitClass() {
     this.DataSetName = "AutomobilDetaljnoDataSet";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/AutomobilDetaljnoDataSet.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tabletipAutomobilaDetaljnoDataTable = new tipAutomobilaDetaljnoDataTableDataTable();
     base.Tables.Add(this.tabletipAutomobilaDetaljnoDataTable);
     this.tablemotorDataTable = new motorDataTableDataTable();
     base.Tables.Add(this.tablemotorDataTable);
 }
 internal motorDataTableRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablemotorDataTable = ((motorDataTableDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tabletipAutomobilaDetaljnoDataTable = ((tipAutomobilaDetaljnoDataTableDataTable)(base.Tables["tipAutomobilaDetaljnoDataTable"]));
     if ((initTable == true)) {
         if ((this.tabletipAutomobilaDetaljnoDataTable != null)) {
             this.tabletipAutomobilaDetaljnoDataTable.InitVars();
         }
     }
     this.tablemotorDataTable = ((motorDataTableDataTable)(base.Tables["motorDataTable"]));
     if ((initTable == true)) {
         if ((this.tablemotorDataTable != null)) {
             this.tablemotorDataTable.InitVars();
         }
     }
 }