C# Class PaulStovell.TrialBalance.UserInterface.AccountLedgerWindow

Interaction logic for LedgerWindow.xaml
Inheritance: BaseWindow
Afficher le fichier Open project: PaulStovell/trial-balance Class Usage Examples

Méthodes publiques

Méthode Description
Show ( Account account ) : AccountLedgerWindow

A static method to show the window.

Private Methods

Méthode Description
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.

Method Details

Show() public static méthode

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