C# Class AmbientSounds.ViewModels.CataloguePageViewModel

ViewModel representing the catalogue page.
Inheritance: ObservableObject
Datei anzeigen Open project: jenius-apps/ambie

Public Methods

Method Description
CataloguePageViewModel ( INavigator navigator ) : AmbientSounds.Services
GoBack ( ) : void

Navigates the frame backwards.

Method Details

CataloguePageViewModel() public method

public CataloguePageViewModel ( INavigator navigator ) : AmbientSounds.Services
navigator INavigator
return AmbientSounds.Services

GoBack() public method

Navigates the frame backwards.
public GoBack ( ) : void
return void