C# 클래스 Gochiusearch.Mac.AppDelegate

상속: NSApplicationDelegate
파일 보기 프로젝트 열기: ksasao/Gochiusearch

공개 메소드들

메소드 설명
AppDelegate ( ) : System
ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
DidFinishLaunching ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

비공개 메소드들

메소드 설명
NavigateToGithub ( NSObject sender ) : void

메소드 상세

AppDelegate() 공개 메소드

public AppDelegate ( ) : System
리턴 System

ApplicationShouldTerminateAfterLastWindowClosed() 공개 메소드

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender NSApplication
리턴 bool

DidFinishLaunching() 공개 메소드

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

WillTerminate() 공개 메소드

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