C# Class BlueSky.Windows.ValueLabelsSubDialog

ValueLabelsSubDialog
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector
Mostrar archivo Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Public Properties

Property Type Description
OKclicked bool

Public Methods

Method Description
ValueLabelsSubDialog ( ) : System.Collections.Generic
ValueLabelsSubDialog ( List flist, string firstHeader, string secondHeader ) : System.Collections.Generic
createList ( ) : void

Private Methods

Method Description
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

Method Details

ValueLabelsSubDialog() public method

public ValueLabelsSubDialog ( ) : System.Collections.Generic
return System.Collections.Generic

ValueLabelsSubDialog() public method

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

createList() public method

public createList ( ) : void
return void

Property Details

OKclicked public_oe property

public bool OKclicked
return bool