CSJ2K.iOS.Test.AppDelegate.WillEnterForeground C# (CSharp) 메소드

WillEnterForeground() 공개 메소드

public WillEnterForeground ( UIApplication application ) : void
application UIApplication
리턴 void
        public override void WillEnterForeground(UIApplication application)
        {
            // Called as part of the transiton from background to active state.
            // Here you can undo many of the changes made on entering the background.
        }