C# Класс TheChan.Common.AttachmentViewer

Наследование: IAttachmentViewer
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
OpenImage void
OpenVideo void

Открытые методы

Метод Описание
AttachmentViewer ( IShell shell, ISettingsService settingsService ) : System.Collections.Generic
View ( Attachment currentAttachment, IEnumerable allAttachments ) : void

Приватные методы

Метод Описание
OpenImage ( ) : void
OpenVideo ( ) : void

Описание методов

AttachmentViewer() публичный Метод

public AttachmentViewer ( IShell shell, ISettingsService settingsService ) : System.Collections.Generic
shell IShell
settingsService ISettingsService
Результат System.Collections.Generic

View() публичный Метод

public View ( Attachment currentAttachment, IEnumerable allAttachments ) : void
currentAttachment Attachment
allAttachments IEnumerable
Результат void