C# Class EasyBike.Design.DesignNavigationService

This class is only here to avoid errors at design time.
Inheritance: GalaSoft.MvvmLight.Views.INavigationService
Afficher le fichier Open project: ThePublicBikeGang/EasyBike

Méthodes publiques

Méthode Description
GoBack ( ) : void
NavigateTo ( string pageKey ) : void
NavigateTo ( string pageKey, object parameter ) : void

Method Details

GoBack() public méthode

public GoBack ( ) : void
Résultat void

NavigateTo() public méthode

public NavigateTo ( string pageKey ) : void
pageKey string
Résultat void

NavigateTo() public méthode

public NavigateTo ( string pageKey, object parameter ) : void
pageKey string
parameter object
Résultat void