Exemplo n.º 1
0
        /// <summary>
        /// Launch the MyQ solution.
        /// </summary>
        private void Launch()
        {
            AuthenticationMode am = AuthenticationMode.Eager;

            UpdateLaunchStatus(am, _activityData.AuthProvider, "MyQ");
            _myQApp.Launch(Authenticator, am);
        }
Exemplo n.º 2
0
        /// <summary>
        /// Launch the MyQ Scan solution.
        /// </summary>
        private void Launch()
        {
            DateTime           startTime = DateTime.Now;
            AuthenticationMode am        = AuthenticationMode.Eager;

            UpdateStatus("Pressing the MyQ Button");
            _myQApp.Launch(Authenticator, am);
        }