C# Class ERP.About

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

Public Methods

Method Description
About ( ) : System.Windows.Controls

Creates a new instance of the About class.

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Executes when the user navigates to this page.

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

About() public method

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

OnNavigatedTo() protected method

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