C# Class Waf.BookLibrary.Library.Applications.Controllers.ModuleController

Inheritance: IModuleController
Mostra file Open project: jbe2277/waf

Private Properties

Property Type Description
Close void
ModuleController System
ShellViewModelClosing void

Public Methods

Method Description
Initialize ( ) : void
Run ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
Close ( ) : void
ModuleController ( IMessageService messageService, IPresentationService presentationService, IEntityController entityController, BookController bookController, PersonController personController, Waf.BookLibrary.Library.Applications.Services.ShellService shellService, Lazy shellViewModel ) : System
ShellViewModelClosing ( object sender, CancelEventArgs e ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Run() public method

public Run ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void