C# Class GreenQloud.UI.Invoker

Datei anzeigen Open project: greenqloud/qloudsync

Public Properties

Property Type Description
InvokeDialog System.Windows.Forms.CommonDialog

Public Methods

Method Description
Invoke ( ) : DialogResult
Invoker ( CommonDialog dialog ) : System

Private Methods

Method Description
InvokeMethod ( ) : void

Method Details

Invoke() public method

public Invoke ( ) : DialogResult
return DialogResult

Invoker() public method

public Invoker ( CommonDialog dialog ) : System
dialog System.Windows.Forms.CommonDialog
return System

Property Details

InvokeDialog public_oe property

public CommonDialog,System.Windows.Forms InvokeDialog
return System.Windows.Forms.CommonDialog