C# Class ConverterApp.ExportItemSelection

Show file Open project: Norbyte/lslib

Public Methods

Method Description
ExportItemSelection ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateItemSelectionCombo ( Rectangle bounds ) : void
EventMouseUp ( object sender, MouseEventArgs e ) : void
FormatCombo_KeyPress ( object sender, KeyPressEventArgs e ) : void
FormatCombo_ValueChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

PopulateCombo ( ) : void

Method Details

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

ExportItemSelection() public method

public ExportItemSelection ( ) : System
return System