Esempio n. 1
0
        // Code to execute when the application is activated (brought to foreground)
        // This code will not execute when the application is first launched
        private void Application_Activated(object sender, ActivatedEventArgs e)
        {
            CheckLicence();
            MainPage mainClient = MainPage._mainPageInstance;

            mainClient.AppHasComeBackIntoFocus();
        }