C# Class ToCode.Cocoa.AppDelegate

Inheritance: NSApplicationDelegate
Afficher le fichier Open project: microsoft/FigmaSharp

Méthodes publiques

Méthode Description
AppDelegate ( ) : AppKit
DidFinishLaunching ( NSNotification notification ) : void
WillTerminate ( NSNotification notification ) : void

Method Details

AppDelegate() public méthode

public AppDelegate ( ) : AppKit
Résultat AppKit

DidFinishLaunching() public méthode

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

WillTerminate() public méthode

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