Exemple #1
0
        public frmCompany()
        {
            InitializeComponent();

            FirstControl = txtCompanyName;

            DALObject = new CompanyDAL();
            CityDAL   = new DAL.City.CityDAL();

            PayrollMonthDAL = new PayrollMonthDAL();
            //CitySelection = new CitySelection(lookupCountry, lookupState, lookupCity, this.ErrorProvider);
            CurrencyDALObj = new DAL.SubMaster.CurrencyDAL();
        }
Exemple #2
0
 public frmPayrollMonth()
 {
     InitializeComponent();
     DALObject = new PayrollMonthDAL();
 }