Esempio n. 1
0
        public frmUserLogin(IUserLoginCaller userLoginCaller)
        {
            InitializeComponent();
            _userLoginCaller = userLoginCaller;

            //TODO remove this later
            //txtEmployeeNumber.Text = "Just press Enter to login";
            //txtPassword.Text = Util.GetMasterPassword();
        }
Esempio n. 2
0
        public frmUserLogin(IUserLoginCaller userLoginCaller)
        {
            InitializeComponent();
            _userLoginCaller = userLoginCaller;

            //TODO remove this later
            //txtEmployeeNumber.Text = "Just press Enter to login";
            //txtPassword.Text = Util.GetMasterPassword();
        }