Esempio n. 1
0
 public frmPregledPostojecih(object uvjet)
 {
     base.Load += new EventHandler(this.frmIdentifikator_Load);
     this.da    = new S_OS_POSTOJECI_DOKUMENTIDataAdapter();
     this.ds    = new S_OS_POSTOJECI_DOKUMENTIDataSet();
     this.InitializeComponent();
     this.M_uvjet = RuntimeHelpers.GetObjectValue(uvjet);
 }
Esempio n. 2
0
 public virtual void Fill()
 {
     this.PreFill();
     this.dsS_OS_POSTOJECI_DOKUMENTIDataSet1 = new S_OS_POSTOJECI_DOKUMENTIDataSet();
     this.m_StartRow    = 0;
     this.Cursor        = Cursors.WaitCursor;
     this.m_GridLoading = true;
     ThreadPool.QueueUserWorkItem(new WaitCallback(this.FillDataThread), Thread.CurrentPrincipal);
 }