C# Class DroidExplorer.Configuration.UI.ServiceControllerUIEditor

Inheritance: System.Windows.Forms.Control, IUIEditor
ファイルを表示 Open project: camalot/droidexplorer

Private Properties

Property Type Description
InitializeComponent void
RefreshButtons void
SetControlEnabled void
SetControlText void
SetControlVisible void
createService_Click void
pause_Click void
start_Click void
stop_Click void

Public Methods

Method Description
ServiceControllerUIEditor ( ) : System
SetSourceObject ( object obj ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

RefreshButtons ( ) : void
SetControlEnabled ( Control ctrl, bool enabled ) : void
SetControlText ( Control ctrl, string text ) : void
SetControlVisible ( Control ctrl, bool visible ) : void
createService_Click ( object sender, EventArgs e ) : void
pause_Click ( object sender, EventArgs e ) : void
start_Click ( object sender, EventArgs e ) : void
stop_Click ( object sender, EventArgs e ) : void

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

ServiceControllerUIEditor() public method

public ServiceControllerUIEditor ( ) : System
return System

SetSourceObject() public method

public SetSourceObject ( object obj ) : void
obj object
return void