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