Exemplo n.º 1
0
 private void InitClassBase()
 {
     this.DataSetName        = "BOLOVANJEFONDDataSet";
     this.Namespace          = "http://www.tempuri.org/BOLOVANJEFOND";
     this.tableBOLOVANJEFOND = new BOLOVANJEFONDDataTable();
     this.Tables.Add(this.tableBOLOVANJEFOND);
 }
Exemplo n.º 2
0
        internal void InitVars(bool initTable)
        {
            this.tableBOLOVANJEFOND = (BOLOVANJEFONDDataTable)this.Tables["BOLOVANJEFOND"];
            if (initTable && (this.tableBOLOVANJEFOND != null))
            {
                this.tableBOLOVANJEFOND.InitVars();
            }

            this.tableBOLOVANJEFOND.Columns["KOLONA"].Caption = "Kolona ER-1 obrasca";
        }