示例#1
0
 private void InitClassBase()
 {
     this.DataSetName = "S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataSet";
     this.Namespace   = "http://www.tempuri.org/S_OS_STANJE_LOKACIJA_SVI_BROJEVI";
     this.tableS_OS_STANJE_LOKACIJA_SVI_BROJEVI = new S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataTable();
     this.Tables.Add(this.tableS_OS_STANJE_LOKACIJA_SVI_BROJEVI);
 }
示例#2
0
 internal void InitVars(bool initTable)
 {
     this.tableS_OS_STANJE_LOKACIJA_SVI_BROJEVI = (S_OS_STANJE_LOKACIJA_SVI_BROJEVIDataTable)this.Tables["S_OS_STANJE_LOKACIJA_SVI_BROJEVI"];
     if (initTable && (this.tableS_OS_STANJE_LOKACIJA_SVI_BROJEVI != null))
     {
         this.tableS_OS_STANJE_LOKACIJA_SVI_BROJEVI.InitVars();
     }
 }