C# Class GreenQloud.AboutWindow

Inheritance: MonoMac.AppKit.NSWindow
Datei anzeigen Open project: greenqloud/qloudsync Class Usage Examples

Public Methods

Method Description
AboutWindow ( ) : System
AboutWindow ( IntPtr handle ) : System
OrderFrontRegardless ( ) : void
PerformClose ( NSObject sender ) : void
WindowClosed ( ) : void

Private Methods

Method Description
CreateAbout ( ) : void

Method Details

AboutWindow() public method

public AboutWindow ( ) : System
return System

AboutWindow() public method

public AboutWindow ( IntPtr handle ) : System
handle System.IntPtr
return System

OrderFrontRegardless() public method

public OrderFrontRegardless ( ) : void
return void

PerformClose() public method

public PerformClose ( NSObject sender ) : void
sender MonoMac.Foundation.NSObject
return void

WindowClosed() public method

public WindowClosed ( ) : void
return void