C# Class TheChan.Common.AttachmentViewer

Inheritance: IAttachmentViewer
Afficher le fichier Open project: acedened/TheChan

Private Properties

Свойство Type Description
OpenImage void
OpenVideo void

Méthodes publiques

Méthode Description
AttachmentViewer ( IShell shell, ISettingsService settingsService ) : System.Collections.Generic
View ( Attachment currentAttachment, IEnumerable allAttachments ) : void

Private Methods

Méthode Description
OpenImage ( ) : void
OpenVideo ( ) : void

Method Details

AttachmentViewer() public méthode

public AttachmentViewer ( IShell shell, ISettingsService settingsService ) : System.Collections.Generic
shell IShell
settingsService ISettingsService
Résultat System.Collections.Generic

View() public méthode

public View ( Attachment currentAttachment, IEnumerable allAttachments ) : void
currentAttachment Attachment
allAttachments IEnumerable
Résultat void