C# Class MacInspector.MainWindowController

Datei anzeigen Open project: xamarin/mac-samples

Private Properties

Property Type Description
FormatSelected void
ReleaseDesignerOutlets void

Public Methods

Method Description
MainWindowController ( IntPtr handle ) : System

Initializes a new instance of the T:MacInspector.MainWindowController class.

Private Methods

Method Description
FormatSelected ( Foundation sender ) : void

Handles the user clicking on the Format Segment Control in the Toolbar.

ReleaseDesignerOutlets ( ) : void

Method Details

MainWindowController() public method

Initializes a new instance of the T:MacInspector.MainWindowController class.
public MainWindowController ( IntPtr handle ) : System
handle IntPtr Handle.
return System