C# Класс DroidExplorer.Configuration.UI.SdkUIEditor

Наследование: System.Windows.Forms.Control, IUIEditor
Показать файл Открыть проект

Открытые методы

Метод Описание
GetLatestSdkPlatform ( String path ) : bool
SdkUIEditor ( ) : System

Initializes a new instance of the SdkUIEditor class.

SetSourceObject ( object obj ) : void

Sets the source object.

Приватные методы

Метод Описание
GetBuildToolsVersion ( ) : string
InitializeComponent ( ) : void

Initializes the component.

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.

Описание методов

GetLatestSdkPlatform() публичный Метод

public GetLatestSdkPlatform ( String path ) : bool
path String
Результат bool

SdkUIEditor() публичный Метод

Initializes a new instance of the SdkUIEditor class.
public SdkUIEditor ( ) : System
Результат System

SetSourceObject() публичный Метод

Sets the source object.
public SetSourceObject ( object obj ) : void
obj object The obj.
Результат void