C# 클래스 ToCode.Cocoa.AppDelegate

상속: NSApplicationDelegate
파일 보기 프로젝트 열기: microsoft/FigmaSharp

공개 메소드들

메소드 설명
AppDelegate ( ) : AppKit
DidFinishLaunching ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

메소드 상세

AppDelegate() 공개 메소드

public AppDelegate ( ) : AppKit
리턴 AppKit

DidFinishLaunching() 공개 메소드

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

WillTerminate() 공개 메소드

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