C# 클래스 DroidExplorer.Configuration.UI.DevicePropertiesEditor

상속: PropertyGridEditor
파일 보기 프로젝트 열기: camalot/droidexplorer

Private Properties

프로퍼티 타입 설명
CreateObject object

공개 메소드들

메소드 설명
DevicePropertiesEditor ( string device ) : System
SetSourceObject ( object obj ) : void

비공개 메소드들

메소드 설명
CreateObject ( ) : object

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

메소드 상세

DevicePropertiesEditor() 공개 메소드

public DevicePropertiesEditor ( string device ) : System
device string
리턴 System

SetSourceObject() 공개 메소드

public SetSourceObject ( object obj ) : void
obj object
리턴 void