C# Class DroidExplorer.Configuration.UI.EnvironmentGeneralUIEditor

Inheritance: System.Windows.Forms.Control, IUIEditor
Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
EnvironmentGeneralUIEditor ( ) : System
SetSourceObject ( object obj ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

EnvironmentGeneralUIEditor() public méthode

public EnvironmentGeneralUIEditor ( ) : System
Résultat System

SetSourceObject() public méthode

public SetSourceObject ( object obj ) : void
obj object
Résultat void