C# Класс RIAServiceApplication.MainPage

UserControl class providing the main UI for the application.
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
MainPage ( ) : System.Windows

Creates a new MainPage instance.

Приватные методы

Метод Описание
ContentFrame_Navigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void

After the Frame navigates, ensure the HyperlinkButton representing the current page is selected

ContentFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

If an error occurs during navigation, show an error window

Описание методов

MainPage() публичный Метод

Creates a new MainPage instance.
public MainPage ( ) : System.Windows
Результат System.Windows