C# Class EasyBike.Design.DesignNavigationService

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

Public Methods

Method Description
GoBack ( ) : void
NavigateTo ( string pageKey ) : void
NavigateTo ( string pageKey, object parameter ) : void

Method Details

GoBack() public method

public GoBack ( ) : void
return void

NavigateTo() public method

public NavigateTo ( string pageKey ) : void
pageKey string
return void

NavigateTo() public method

public NavigateTo ( string pageKey, object parameter ) : void
pageKey string
parameter object
return void