C# Class PetShop_PSS.AppBootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Afficher le fichier Open project: zizuiZ/petshop_pss_bkp

Méthodes publiques

Méthode Description
AppBootstrapper ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
PasswordBox_GotFocus ( object sender, RoutedEventArgs e ) : void
TextBox_GotFocus ( object sender, RoutedEventArgs e ) : void

Method Details

AppBootstrapper() public méthode

public AppBootstrapper ( ) : System
Résultat System

Configure() protected méthode

protected Configure ( ) : void
Résultat void

GetAllInstances() protected méthode

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
Résultat IEnumerable

GetInstance() protected méthode

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
Résultat object

OnStartup() protected méthode

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