C# Class Waf.Writer.Applications.Controllers.ModuleController

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

Méthodes publiques

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

Private Methods

Méthode Description
Close ( ) : void
InitializeCultures ( ) : void
ModuleController ( IEnvironmentService environmentService, IPresentationService presentationService, ShellService shellService, Lazy fileController, Lazy richTextDocumentController, Lazy printController, Lazy shellViewModel, Lazy mainViewModel, Lazy startViewModel ) : 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