C# Class System.Windows.Forms.FileDialogHelper

Inheritance: NSOpenPanel, IViewHelper
ファイルを表示 Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
IViewHelper void

Public Methods

Method Description
Cancel ( Foundation sender ) : void
FileDialogHelper ( CommonDialog host ) : System
Show ( ) : void

Private Methods

Method Description
IViewHelper ( ) : void

Method Details

Cancel() public method

public Cancel ( Foundation sender ) : void
sender Foundation
return void

FileDialogHelper() public method

public FileDialogHelper ( CommonDialog host ) : System
host CommonDialog
return System

Show() public method

public Show ( ) : void
return void