C# Class PetShop_PSS.AppBootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Show file Open project: zizuiZ/petshop_pss_bkp

Public Methods

Method Description
AppBootstrapper ( ) : System

Protected Methods

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

Private Methods

Method Description
PasswordBox_GotFocus ( object sender, RoutedEventArgs e ) : void
TextBox_GotFocus ( object sender, RoutedEventArgs e ) : void

Method Details

AppBootstrapper() public method

public AppBootstrapper ( ) : System
return System

Configure() protected method

protected Configure ( ) : void
return void

GetAllInstances() protected method

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
return IEnumerable

GetInstance() protected method

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

OnStartup() protected method

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