C# Class LearnLanguages.Navigation.NavigationSet

Inheritance: INavigationSet
Afficher le fichier Open project: ibgib/LearnLanguages Class Usage Examples

Méthodes publiques

Méthode Description
NavigationSet ( ) : System.Collections.Generic
RegisterPage ( IPage page ) : void
UnregisterPage ( IPage page ) : void

Method Details

NavigationSet() public méthode

public NavigationSet ( ) : System.Collections.Generic
Résultat System.Collections.Generic

RegisterPage() public méthode

public RegisterPage ( IPage page ) : void
page IPage
Résultat void

UnregisterPage() public méthode

public UnregisterPage ( IPage page ) : void
page IPage
Résultat void