C# Class SharpTune.GUI.IDAtoHEW

Show file Open project: Merp/SharpTune

Public Properties

Property Type Description
headeroutputs List
mapoutputs List
mode string
output string

Public Methods

Method Description
IDAtoHEW ( AvailableDevices ad ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
convertToComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
textBox1_TextChanged ( object sender, EventArgs e ) : 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

IDAtoHEW() public method

public IDAtoHEW ( AvailableDevices ad ) : System
ad AvailableDevices
return System

Property Details

headeroutputs public property

public List headeroutputs
return List

mapoutputs public property

public List mapoutputs
return List

mode public property

public string mode
return string

output public property

public string output
return string