C# Class PaulStovell.TrialBalance.UserInterface.SplashWindow

Interaction logic for SplashWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: PaulStovell/trial-balance Class Usage Examples

Méthodes publiques

Méthode Description
SplashWindow ( ) : System

Constructor.

Private Methods

Méthode Description
CloseApplicationCommand_Clicked ( object sender, RoutedEventArgs e ) : void

Called when the "Exit application" command button is clicked.

NewFileCommand_Clicked ( object sender, RoutedEventArgs e ) : void

Called when the "Create new file" command button is clicked.

OpenFileCommand_Clicked ( object sender, RoutedEventArgs e ) : void

Called when the "Open a previous file" command button is clicked.

Method Details

SplashWindow() public méthode

Constructor.
public SplashWindow ( ) : System
Résultat System