C# 클래스 CmisSync.AppDelegate

상속: MonoMac.AppKit.NSApplicationDelegate
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
AppDelegate ( ) : System
FinishedLaunching ( NSObject notification ) : void
WillBecomeActive ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

메소드 상세

AppDelegate() 공개 메소드

public AppDelegate ( ) : System
리턴 System

FinishedLaunching() 공개 메소드

public FinishedLaunching ( NSObject notification ) : void
notification MonoMac.Foundation.NSObject
리턴 void

WillBecomeActive() 공개 메소드

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

WillTerminate() 공개 메소드

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