C# 클래스 ERP.Home

Home page for the application.
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: arthurgfonseca/ERP-Grupo5

공개 메소드들

메소드 설명
Home ( ) : System.Windows.Controls

Creates a new Home instance.

보호된 메소드들

메소드 설명
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Executes when the user navigates to this page.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

메소드 상세

Home() 공개 메소드

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