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