C# 클래스 EasyBike.Droid.Helpers.ActivityBaseEx

상속: AppCompatActivity
파일 보기 프로젝트 열기: ThePublicBikeGang/EasyBike 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GoBack ( ) : void

If possible, discards the current page and displays the previous page on the navigation stack.

보호된 메소드들

메소드 설명
OnResume ( ) : void

Overrides Activity.OnResume. If you override this method in your own Activities, make sure to call base.OnResume to allow the NavigationService to work properly.

메소드 상세

GoBack() 공개 정적인 메소드

If possible, discards the current page and displays the previous page on the navigation stack.
public static GoBack ( ) : void
리턴 void

OnResume() 보호된 메소드

Overrides Activity.OnResume. If you override this method in your own Activities, make sure to call base.OnResume to allow the NavigationService to work properly.
protected OnResume ( ) : void
리턴 void