Ejemplo n.º 1
0
 private void InitClassBase()
 {
     this.DataSetName      = "RADNOMJESTODataSet";
     this.Namespace        = "http://www.tempuri.org/RADNOMJESTO";
     this.tableRADNOMJESTO = new RADNOMJESTODataTable();
     this.Tables.Add(this.tableRADNOMJESTO);
 }
Ejemplo n.º 2
0
 internal void InitVars(bool initTable)
 {
     this.tableRADNOMJESTO = (RADNOMJESTODataTable)this.Tables["RADNOMJESTO"];
     if (initTable && (this.tableRADNOMJESTO != null))
     {
         this.tableRADNOMJESTO.InitVars();
     }
 }