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

Inheritance: System.Waf.Applications.Controller
Afficher le fichier Open project: jbe2277/waf Class Usage Examples

Méthodes publiques

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

Private Methods

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

public Initialize ( ) : void
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void