C# Class TheChan.Common.AttachmentViewer

Inheritance: IAttachmentViewer
ファイルを表示 Open project: acedened/TheChan

Private Properties

Property Type Description
OpenImage void
OpenVideo void

Public Methods

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

Private Methods

Method Description
OpenImage ( ) : void
OpenVideo ( ) : void

Method Details

AttachmentViewer() public method

public AttachmentViewer ( IShell shell, ISettingsService settingsService ) : System.Collections.Generic
shell IShell
settingsService ISettingsService
return System.Collections.Generic

View() public method

public View ( Attachment currentAttachment, IEnumerable allAttachments ) : void
currentAttachment Attachment
allAttachments IEnumerable
return void