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

Inheritance: IModuleController
Afficher le fichier Open project: jbe2277/waf

Private Properties

Свойство Type Description
Close void
ModuleController System
ShellViewModelClosing void

Méthodes publiques

Méthode Description
Initialize ( ) : void
Run ( ) : void
Shutdown ( ) : void

Private Methods

Méthode 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 méthode

public Initialize ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void