private void NapuniElemente() { ELEMENTDataAdapter adapter = new ELEMENTDataAdapter(); this.ElementDataSet1.Clear(); adapter.FillByIDVRSTAELEMENTA(this.ElementDataSet1, Conversions.ToShort(this._vrsta_elementa)); }
public frmIspravak() { base.Load += new EventHandler(this.frmIspravak_Load); this.DAOBRACUN = new OBRACUNDataAdapter(); this.DAELEMENT = new ELEMENTDataAdapter(); this.InitializeComponent(); }
public ProsjekPlace() { base.Load += new EventHandler(this.Priprema_Load); this.dapriprema = new PRPLACEDataAdapter(); this.DAELEMENT = new ELEMENTDataAdapter(); this.daradnik = new RadnikZaObracunDataAdapter(); this.smartPartInfo1 = new SmartPartInfo("Prosjek neto plaće", "ProsjekNetoPlace"); this.infoProvider = new SmartPartInfoProvider(); this.infoProvider.Items.Add(this.smartPartInfo1); this.InitializeComponent(); }
public FondProsjekBolovanje() { base.Load += new EventHandler(this.Priprema_Load); this.dapriprema = new PRPLACEDataAdapter(); this.DAELEMENT = new ELEMENTDataAdapter(); this.daradnik = new RadnikZaObracunDataAdapter(); this.smartPartInfo1 = new SmartPartInfo("Prosjek plaće za bolovanje HZZO", "BolovanjeFond"); this.infoProvider = new SmartPartInfoProvider(); this.infoProvider.Items.Add(this.smartPartInfo1); this.InitializeComponent(); }
public Prosjekgodisnji() { base.Load += new EventHandler(this.Priprema_Load); this.dapriprema = new PRPLACEDataAdapter(); this.DAELEMENT = new ELEMENTDataAdapter(); this.daradnik = new RadnikZaObracunDataAdapter(); this.smartPartInfo1 = new SmartPartInfo("Prosjek plaće za godišnji odmor", "ProsjekGodisnji"); this.infoProvider = new SmartPartInfoProvider(); this.infoProvider.Items.Add(this.smartPartInfo1); this.InitializeComponent(); }