C# Класс ERP.About

Page class to present information about the current application.
Наследование: System.Windows.Controls.Page
Показать файл Открыть проект

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

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

Creates a new instance of the About class.

Защищенные методы

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

Executes when the user navigates to this page.

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

Метод Описание
InitializeComponent ( ) : void

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

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

Creates a new instance of the About class.
public About ( ) : System.Windows.Controls
Результат System.Windows.Controls

OnNavigatedTo() защищенный Метод

Executes when the user navigates to this page.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Результат void