C# Class lageant.LageantBootstraper

Inheritance: Caliburn.Micro.BootstrapperBase
Mostrar archivo Open project: bitbeans/lageant

Public Methods

Method Description
LageantBootstraper ( ) : System

Protected Methods

Method Description
Configure ( ) : void
GetInstance ( Type serviceType, string key ) : object
OnStartup ( object sender, System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
CurrentDomain_AssemblyLoad ( object sender, AssemblyLoadEventArgs args ) : void

Method Details

Configure() protected method

protected Configure ( ) : void
return void

GetInstance() protected method

protected GetInstance ( Type serviceType, string key ) : object
serviceType System.Type
key string
return object

LageantBootstraper() public method

public LageantBootstraper ( ) : System
return System

OnStartup() protected method

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