예제 #1
0
        protected override void OnSleep()
        {
            Debug.LogToFileMethod();

            // when the app sleeps
            pageMain.OnSleep();

            // invalidate reference to the app store
            AppStore.Dispose();
        }
예제 #2
0
 public static void Dispose()
 {
     instance = null;
 }