private void InitClass() {
     this.DataSetName = "VacationsNonWorkingDaysInformationTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/VacationsNonWorkingDaysInformationTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableNonWorkingDaysInformation = new NonWorkingDaysInformationDataTable();
     base.Tables.Add(this.tableNonWorkingDaysInformation);
 }
 internal NonWorkingDaysInformationRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableNonWorkingDaysInformation = ((NonWorkingDaysInformationDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableNonWorkingDaysInformation = ((NonWorkingDaysInformationDataTable)(base.Tables["NonWorkingDaysInformation"]));
     if ((initTable == true)) {
         if ((this.tableNonWorkingDaysInformation != null)) {
             this.tableNonWorkingDaysInformation.InitVars();
         }
     }
 }