C# 클래스 Example4_1.AppDelegate

상속: MonoMac.AppKit.NSApplicationDelegate
파일 보기 프로젝트 열기: mono/sysdrawing-coregraphics

공개 메소드들

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

메소드 상세

AppDelegate() 공개 메소드

public AppDelegate ( ) : System
리턴 System

ApplicationShouldTerminateAfterLastWindowClosed() 공개 메소드

public ApplicationShouldTerminateAfterLastWindowClosed ( NSApplication sender ) : bool
sender MonoMac.AppKit.NSApplication
리턴 bool

DidFinishLaunching() 공개 메소드

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