Exemple #1
0
 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();
 }
Exemple #2
0
 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();
 }
Exemple #3
0
 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();
 }