Esempio n. 1
0
 public virtual void Fill()
 {
     this.PreFill();
     this.dsS_FIN_BILANCADataSet1 = new S_FIN_BILANCADataSet();
     this.m_StartRow    = 0;
     this.Cursor        = Cursors.WaitCursor;
     this.m_GridLoading = true;
     ThreadPool.QueueUserWorkItem(new WaitCallback(this.FillDataThread), Thread.CurrentPrincipal);
 }
Esempio n. 2
0
 public BilancaSmartPart()
 {
     base.Load     += new EventHandler(this.BilancaSmartPart_Load);
     this.DABILANCA = new S_FIN_BILANCADataAdapter();
     this.DSBILANCA = new S_FIN_BILANCADataSet();
     this.InitializeComponent();
     this.smartPartInfo1 = new SmartPartInfo("Izvještaji-GK-Bilanca", "Izvještaji-GK-Bilanca");
     this.infoProvider   = new SmartPartInfoProvider();
     this.infoProvider.Items.Add(this.smartPartInfo1);
 }