C# Class slimCat.App

Interaction logic for App.xaml
Datei anzeigen Open project: WreckedAvent/slimCat

Public Methods

Method Description
App ( ) : System

Initializes a new instance of the App class.

Protected Methods

Method Description
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
InitLog ( ) : void

Method Details

App() public method

Initializes a new instance of the App class.
public App ( ) : System
return System

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void