C# Class VSPC.Loader.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
ファイルを表示 Open project: chembergj/VSPC

Public Methods

Method Description
LogMethod ( string level, string message ) : void

Protected Methods

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

Method Details

LogMethod() public static method

public static LogMethod ( string level, string message ) : void
level string
message string
return void

OnStartup() protected method

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