private void InitClass()
 {
     this.DataSetName             = "CurrentToolsDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/CurrentToolsDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablecurrenttools       = new currenttoolsDataTable();
     base.Tables.Add(this.tablecurrenttools);
 }
 internal void InitVars(bool initTable)
 {
     this.tablecurrenttools = ((currenttoolsDataTable)(base.Tables["currenttools"]));
     if ((initTable == true))
     {
         if ((this.tablecurrenttools != null))
         {
             this.tablecurrenttools.InitVars();
         }
     }
 }