C# Class ERP.Home

Home page for the application.
Inheritance: System.Windows.Controls.Page
Afficher le fichier Open project: arthurgfonseca/ERP-Grupo5

Méthodes publiques

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

Creates a new Home instance.

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

Home() public méthode

Creates a new Home instance.
public Home ( ) : 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