C# 클래스 PaulStovell.TrialBalance.UserInterface.AccountDetailsPage

Interaction logic for AccountDetailsWizardPage.xaml
상속: WizardPage
파일 보기 프로젝트 열기: PaulStovell/trial-balance 1 사용 예제들

공개 메소드들

메소드 설명
AccountDetailsPage ( ) : System

Constructor.

Next ( ) : void

Called when the Save button is clicked.

비공개 메소드들

메소드 설명
EditableItem_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Called when a property on the current account changes.

Page_Cancelling ( object sender, CancelEventArgs e ) : void

Called when the "Cancel" button is clicked.

Page_Loaded ( object sender, RoutedEventArgs e ) : void

Called when the page loads.

메소드 상세

AccountDetailsPage() 공개 메소드

Constructor.
public AccountDetailsPage ( ) : System
리턴 System

Next() 공개 메소드

Called when the Save button is clicked.
public Next ( ) : void
리턴 void