C# Class DroidExplorer.Configuration.UI.DevicePropertiesEditor

Inheritance: PropertyGridEditor
Afficher le fichier Open project: camalot/droidexplorer

Private Properties

Свойство Type Description
CreateObject object

Méthodes publiques

Méthode Description
DevicePropertiesEditor ( string device ) : System
SetSourceObject ( object obj ) : void

Private Methods

Méthode Description
CreateObject ( ) : object

Creates a dynamic object that is used to hold the properties that the device contains.

Method Details

DevicePropertiesEditor() public méthode

public DevicePropertiesEditor ( string device ) : System
device string
Résultat System

SetSourceObject() public méthode

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