C# Class slimCat.App

Interaction logic for App.xaml
Afficher le fichier Open project: WreckedAvent/slimCat

Méthodes publiques

Méthode Description
App ( ) : System

Initializes a new instance of the App class.

Méthodes protégées

Méthode Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode Description
InitLog ( ) : void

Method Details

App() public méthode

Initializes a new instance of the App class.
public App ( ) : System
Résultat System

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void