C# Class VSPC.Loader.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Afficher le fichier Open project: chembergj/VSPC

Méthodes publiques

Méthode Description
LogMethod ( string level, string message ) : void

Méthodes protégées

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

Method Details

LogMethod() public static méthode

public static LogMethod ( string level, string message ) : void
level string
message string
Résultat void

OnStartup() protected méthode

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