C# 클래스 TheChan.Common.AttachmentViewer

상속: IAttachmentViewer
파일 보기 프로젝트 열기: acedened/TheChan

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