BulletMan.MainScreen.BackButtonPressed C# (CSharp) 메소드

BackButtonPressed() 공개 메소드

Pops this screen returning to the previous one, or exiting the app if there is no more left. This method is called when the hardware back button is pressed (only Windows Phone & Android)
public BackButtonPressed ( ) : void
리턴 void
        public override void BackButtonPressed()
        {
            base.BackButtonPressed();
        }