コード例 #1
0
        public frmUserLogin(IUserLoginCaller userLoginCaller)
        {
            InitializeComponent();
            _userLoginCaller = userLoginCaller;

            //TODO remove this later
            //txtEmployeeNumber.Text = "Just press Enter to login";
            //txtPassword.Text = Util.GetMasterPassword();
        }
コード例 #2
0
ファイル: frmUserLogin.cs プロジェクト: ingeaamex/faceid-app
        public frmUserLogin(IUserLoginCaller userLoginCaller)
        {
            InitializeComponent();
            _userLoginCaller = userLoginCaller;

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