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

Inheritance: System.Waf.Applications.Controller
Mostrar archivo Open project: jbe2277/waf Class Usage Examples

Public Methods

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

Private Methods

Method Description
CanPrintDocument ( ) : bool
CanShowPrintPreview ( ) : bool
ClosePrintPreview ( ) : void
FileServicePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
PrintController ( IFileService fileService, IPrintDialogService printDialogService, ShellViewModel shellViewModel, ExportFactory printPreviewViewModelFactory ) : System
PrintDocument ( ) : void
ShowPrintPreview ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void