C# 클래스 ERP.About

Page class to present information about the current application.
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: arthurgfonseca/ERP-Grupo5

공개 메소드들

메소드 설명
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