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

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

공개 메소드들

메소드 설명
Show ( Account account ) : AccountLedgerWindow

A static method to show the window.

비공개 메소드들

메소드 설명
AccountLedgerWindow ( Account account ) : System

Private constructor.

AccountLedgerWindow_Loaded ( object sender, RoutedEventArgs e ) : void

Called when the window initially loads.

DataRow_GotFocus ( object sender, RoutedEventArgs e ) : void
DataRow_LostFocus ( object sender, RoutedEventArgs e ) : void
DataSource_LedgerTransactionSaving ( object sender, LedgerTransactionSavingEventArgs e ) : void

Called when a LedgerTransaction is saved.

Window_Closed ( object sender, EventArgs e ) : void

Called when the window is closed to remove it from the open windows collection.

메소드 상세

Show() 공개 정적인 메소드

A static method to show the window.
public static Show ( Account account ) : AccountLedgerWindow
account PaulStovell.TrialBalance.DomainModel.Account The account to edit.
리턴 AccountLedgerWindow