C# Class DroidExplorer.Configuration.UI.DevicePropertiesEditor

Inheritance: PropertyGridEditor
ファイルを表示 Open project: camalot/droidexplorer

Private Properties

Property Type Description
CreateObject object

Public Methods

Method Description
DevicePropertiesEditor ( string device ) : System
SetSourceObject ( object obj ) : void

Private Methods

Method Description
CreateObject ( ) : object

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

Method Details

DevicePropertiesEditor() public method

public DevicePropertiesEditor ( string device ) : System
device string
return System

SetSourceObject() public method

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