C# 클래스 hobd.ConfigurationSection

상속: Fleux.UIElements.Panorama.PanoramaSection
파일 보기 프로젝트 열기: cail/hobd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ChoosePortAction System.Action

공개 메소드들

메소드 설명
ConfigurationSection ( int layoutX, int layoutY ) : System
DiscoverBT ( ) : void
OnBluetoothScan ( Fleux.UIElements.UIElement e ) : void
OnChoosePort ( Fleux.UIElements.UIElement e ) : void

보호된 메소드들

메소드 설명
CreateItems ( ) : void

비공개 메소드들

메소드 설명
UpdateBTStatus ( string label ) : void

메소드 상세

ConfigurationSection() 공개 메소드

public ConfigurationSection ( int layoutX, int layoutY ) : System
layoutX int
layoutY int
리턴 System

CreateItems() 보호된 메소드

protected CreateItems ( ) : void
리턴 void

DiscoverBT() 공개 메소드

public DiscoverBT ( ) : void
리턴 void

OnBluetoothScan() 공개 메소드

public OnBluetoothScan ( Fleux.UIElements.UIElement e ) : void
e Fleux.UIElements.UIElement
리턴 void

OnChoosePort() 공개 메소드

public OnChoosePort ( Fleux.UIElements.UIElement e ) : void
e Fleux.UIElements.UIElement
리턴 void

프로퍼티 상세

ChoosePortAction 공개적으로 프로퍼티

public Action,System ChoosePortAction
리턴 System.Action