private void InitClass() {
     this.DataSetName = "ProjectCostingSheetsNavigatorTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ProjectCostingSheetsNavigatorTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableProjectCostingSheetsNavigator = new ProjectCostingSheetsNavigatorDataTable();
     base.Tables.Add(this.tableProjectCostingSheetsNavigator);
     this.tableProjectCombinedCostingSheetsNavigator = new ProjectCombinedCostingSheetsNavigatorDataTable();
     base.Tables.Add(this.tableProjectCombinedCostingSheetsNavigator);
 }
 internal ProjectCostingSheetsNavigatorRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableProjectCostingSheetsNavigator = ((ProjectCostingSheetsNavigatorDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableProjectCostingSheetsNavigator = ((ProjectCostingSheetsNavigatorDataTable)(base.Tables["ProjectCostingSheetsNavigator"]));
     if ((initTable == true)) {
         if ((this.tableProjectCostingSheetsNavigator != null)) {
             this.tableProjectCostingSheetsNavigator.InitVars();
         }
     }
     this.tableProjectCombinedCostingSheetsNavigator = ((ProjectCombinedCostingSheetsNavigatorDataTable)(base.Tables["ProjectCombinedCostingSheetsNavigator"]));
     if ((initTable == true)) {
         if ((this.tableProjectCombinedCostingSheetsNavigator != null)) {
             this.tableProjectCombinedCostingSheetsNavigator.InitVars();
         }
     }
 }