C# Class BlueSky.Commands.Tools.Package.Dialogs.SelectPackagesWindow

SelectPackagesWindow
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Show file Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Public Methods

Method Description
SelectPackagesWindow ( string strarr ) : System.Collections.Generic
loadListBox ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
cancelButton_Click ( object sender, RoutedEventArgs e ) : void
okButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

SelectPackagesWindow() public method

public SelectPackagesWindow ( string strarr ) : System.Collections.Generic
strarr string
return System.Collections.Generic

loadListBox() public method

public loadListBox ( ) : void
return void