Example #1
0
        public frmPostion()
        {
            InitializeComponent();
            PosFun = new frmPosFunction();



            reload();
        }
Example #2
0
        public frmEmployees()
        {
            InitializeComponent();
            empFun = new frmEmployeeFunction();
            posFun = new frmPosFunction();

            loadPlaceHolder();

            Control[] tempRequire = { txtEn1, txtEn2, txtEmail, txtPhone, txtSalary };
            requirement = tempRequire;

            btnnext.Enabled = false;
        }