C# Class DroidExplorer.Configuration.DummyForm

Show file Open project: camalot/droidexplorer

Public Methods

Method Description
DummyForm ( ) : System

Initializes a new instance of the SdkUIEditor class.

GetLatestSdkPlatform ( String path ) : bool
SetSourceObject ( object obj ) : void

Sets the source object.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetBuildToolsVersion ( ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetControlText ( Control ctrl, string text ) : void

Sets the control text.

VerifySdkPath ( String path ) : bool
browse_Click ( object sender, EventArgs e ) : void

Handles the Click event of the browse control.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DummyForm() public method

Initializes a new instance of the SdkUIEditor class.
public DummyForm ( ) : System
return System

GetLatestSdkPlatform() public method

public GetLatestSdkPlatform ( String path ) : bool
path String
return bool

SetSourceObject() public method

Sets the source object.
public SetSourceObject ( object obj ) : void
obj object The obj.
return void