C# Class CmisSync.AppDelegate

Inheritance: MonoMac.AppKit.NSApplicationDelegate
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
AppDelegate ( ) : System
FinishedLaunching ( NSObject notification ) : void
WillBecomeActive ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

Method Details

AppDelegate() public méthode

public AppDelegate ( ) : System
Résultat System

FinishedLaunching() public méthode

public FinishedLaunching ( NSObject notification ) : void
notification MonoMac.Foundation.NSObject
Résultat void

WillBecomeActive() public méthode

public WillBecomeActive ( NSNotification notification ) : void
notification NSNotification
Résultat void

WillTerminate() public méthode

public WillTerminate ( NSNotification notification ) : void
notification NSNotification
Résultat void