C# 클래스 BlueSky.Windows.ValueLabelsSubDialog

ValueLabelsSubDialog
상속: System.Windows.Window, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector
파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OKclicked bool

공개 메소드들

메소드 설명
ValueLabelsSubDialog ( ) : System.Collections.Generic
ValueLabelsSubDialog ( List flist, string firstHeader, string secondHeader ) : System.Collections.Generic
createList ( ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
TextBox_TextChanged ( object sender, System e ) : void
cancel_button_Click ( object sender, RoutedEventArgs e ) : void
ok_button_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

ValueLabelsSubDialog() 공개 메소드

public ValueLabelsSubDialog ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ValueLabelsSubDialog() 공개 메소드

public ValueLabelsSubDialog ( List flist, string firstHeader, string secondHeader ) : System.Collections.Generic
flist List
firstHeader string
secondHeader string
리턴 System.Collections.Generic

createList() 공개 메소드

public createList ( ) : void
리턴 void

프로퍼티 상세

OKclicked 공개적으로 프로퍼티

public bool OKclicked
리턴 bool