public virtual void Fill() { this.PreFill(); this.dsV_DD_GODINE_ISPLATEDataSet1 = new V_DD_GODINE_ISPLATEDataSet(); this.m_StartRow = 0; this.Cursor = Cursors.WaitCursor; this.m_GridLoading = true; ThreadPool.QueueUserWorkItem(new WaitCallback(this.FillDataThread), Thread.CurrentPrincipal); }
public frmDDPregleDGodina() { InitializeComponent(); base.Load += new EventHandler(this.frmPregledMjeseciGodina_Load); this.dsa = new V_DD_GODINE_ISPLATEDataSet(); }