C# 클래스 WatchThis.SlideshowWindowDelegate

상속: NSWindowDelegate
파일 보기 프로젝트 열기: kevintavog/WatchThis.net

공개 메소드들

메소드 설명
DidEnterFullScreen ( NSNotification notification ) : void
DidExitFullScreen ( NSNotification notification ) : void
SlideshowWindowDelegate ( SlideshowWindowController controller ) : System
WillClose ( NSNotification notification ) : void

메소드 상세

DidEnterFullScreen() 공개 메소드

public DidEnterFullScreen ( NSNotification notification ) : void
notification NSNotification
리턴 void

DidExitFullScreen() 공개 메소드

public DidExitFullScreen ( NSNotification notification ) : void
notification NSNotification
리턴 void

SlideshowWindowDelegate() 공개 메소드

public SlideshowWindowDelegate ( SlideshowWindowController controller ) : System
controller SlideshowWindowController
리턴 System

WillClose() 공개 메소드

public WillClose ( NSNotification notification ) : void
notification NSNotification
리턴 void