C# Class KinectRCCar.Bootstrapper

Inheritance: Microsoft.Practices.Prism.UnityExtensions.UnityBootstrapper, IDisposable
Show file Open project: devinh/KinectRCCar Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
CreateModuleCatalog ( ) : IModuleCatalog
CreateShell ( ) : DependencyObject
InitializeShell ( ) : void

Method Details

CreateModuleCatalog() protected method

protected CreateModuleCatalog ( ) : IModuleCatalog
return IModuleCatalog

CreateShell() protected method

protected CreateShell ( ) : DependencyObject
return System.Windows.DependencyObject

Dispose() public method

public Dispose ( ) : void
return void

InitializeShell() protected method

protected InitializeShell ( ) : void
return void