C# Class RadioDld.ChooseCols

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method Description
ChooseCols ( ) : System
StoreNameList ( string>.Dictionary columnNames ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ButtonHide_Click ( object sender, EventArgs e ) : void
ButtonMoveDown_Click ( object sender, EventArgs e ) : void
ButtonMoveUp_Click ( object sender, EventArgs e ) : void
ButtonOk_Click ( object sender, EventArgs e ) : void
ButtonShow_Click ( object sender, EventArgs e ) : void
ChooseCols_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ListColumns_ItemChecked ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void
ListColumns_SelectedIndexChanged ( object sender, EventArgs e ) : void
UpdateButtonState ( ) : void

Method Details

ChooseCols() public method

public ChooseCols ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

StoreNameList() public method

public StoreNameList ( string>.Dictionary columnNames ) : void
columnNames string>.Dictionary
return void