Example #1
0
 private void InitClassBase()
 {
     this.DataSetName    = "AMSKUPINEDataSet";
     this.Namespace      = "http://www.tempuri.org/AMSKUPINE";
     this.tableAMSKUPINE = new AMSKUPINEDataTable();
     this.Tables.Add(this.tableAMSKUPINE);
 }
Example #2
0
 internal void InitVars(bool initTable)
 {
     this.tableAMSKUPINE = (AMSKUPINEDataTable)this.Tables["AMSKUPINE"];
     if (initTable && (this.tableAMSKUPINE != null))
     {
         this.tableAMSKUPINE.InitVars();
     }
 }