C# Class DroidExplorer.Configuration.DummyForm

Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
DummyForm ( ) : System

Initializes a new instance of the SdkUIEditor class.

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

Sets the source object.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

DummyForm() public méthode

Initializes a new instance of the SdkUIEditor class.
public DummyForm ( ) : System
Résultat System

GetLatestSdkPlatform() public méthode

public GetLatestSdkPlatform ( String path ) : bool
path String
Résultat bool

SetSourceObject() public méthode

Sets the source object.
public SetSourceObject ( object obj ) : void
obj object The obj.
Résultat void