예제 #1
0
        public App()
        {
            UserAgentHelper.SetUserAgent(FakeUserAgent.Chrome75_UserAgent);

            InitializeComponent();
            Suspending += OnSuspending;
        }
예제 #2
0
        /// <summary>
        /// Initializes the singleton application object. This is the first line of authored code executed.
        /// </summary>
        public App()
        {
            UserAgentHelper.SetUserAgent(UserAgentHelper.Chrome);

            InitializeComponent();
            Suspending += OnSuspending;
        }