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

Inheritance: IModuleController
Mostrar archivo Open project: jbe2277/waf

Public Methods

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

Private Methods

Method 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 method

public Initialize ( ) : void
return void

Run() public method

public Run ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void