C# Class Raven.Studio.MainPage

Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
MainPage ( ) : System
Refresh ( ) : void

Private Methods

Method Description
ContentFrame_Navigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
ContentFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
HighlightCurrentPage ( Uri currentUri ) : void
HyperlinkMatchesUri ( string uri, System.Windows.Controls.HyperlinkButton link ) : bool

Method Details

MainPage() public method

public MainPage ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void