C# Class LearnLanguages.Navigation.NavigationSet

Inheritance: INavigationSet
ファイルを表示 Open project: ibgib/LearnLanguages Class Usage Examples

Public Methods

Method Description
NavigationSet ( ) : System.Collections.Generic
RegisterPage ( IPage page ) : void
UnregisterPage ( IPage page ) : void

Method Details

NavigationSet() public method

public NavigationSet ( ) : System.Collections.Generic
return System.Collections.Generic

RegisterPage() public method

public RegisterPage ( IPage page ) : void
page IPage
return void

UnregisterPage() public method

public UnregisterPage ( IPage page ) : void
page IPage
return void