예제 #1
0
        protected override void OnSleep()
        {
            // Handle when your app sleeps

            //save list in the Storage
            userProp.SaveList();

            //save new words in the Storage
            app.writeNewWordsToStorage();
        }