C# Class MetroIde.App

Interaction logic for App.xaml
Inheritance: ISingleInstanceApp
Datei anzeigen Open project: ChadSki/Quickbeam

Public Properties

Property Type Description
MetroIdeStorage Storage

Public Methods

Method Description
SignalExternalCommandLineArgs ( IList args ) : bool

Protected Methods

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

Private Methods

Method Description
Main ( ) : void

Method Details

OnStartup() protected method

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

SignalExternalCommandLineArgs() public method

public SignalExternalCommandLineArgs ( IList args ) : bool
args IList
return bool

Property Details

MetroIdeStorage public_oe static_oe property

public static Storage MetroIdeStorage
return Storage