Beispiel #1
0
 private void ucDashboard_Load(object sender, EventArgs e)
 {
     dh.retrieveDashboardStatistics(
         this.lblTotalEmployeesCount,
         this.lblTotalMaleCount,
         this.lblTotalFemaleCount,
         this.lblTotalContractualCount,
         this.lblTotalRegularCount,
         this.lblAdministrativeCount,
         this.lblCustomerServiceCount,
         this.lblFinanceCount,
         this.lblHumanResourceCount,
         this.lblInformationTechnologyCount,
         this.lblLegalCount,
         this.lblMarketingCount,
         this.lblOperationCount,
         this.lblProductionCount,
         this.lblPurchasingCount,
         this.lblResearchAndDevelopmentCount,
         this.lblSalesCount);
 }