예제 #1
0
        public override void DidEnterBackground(UIApplication application)
        {
            Console.WriteLine("ExEnEmTouchApplication.DidEnterBackground()");

            if (game != null)
            {
                game.DoEnterBackground();
            }
        }