C# Class ERP.About

Page class to present information about the current application.
Inheritance: System.Windows.Controls.Page
Afficher le fichier Open project: arthurgfonseca/ERP-Grupo5

Méthodes publiques

Méthode Description
About ( ) : System.Windows.Controls

Creates a new instance of the About class.

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Executes when the user navigates to this page.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Method Details

About() public méthode

Creates a new instance of the About class.
public About ( ) : System.Windows.Controls
Résultat System.Windows.Controls

OnNavigatedTo() protected méthode

Executes when the user navigates to this page.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void