C# Class SharpTune.GUI.IDAtoHEW

显示文件 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_oe property

public List headeroutputs
return List

mapoutputs public_oe property

public List mapoutputs
return List

mode public_oe property

public string mode
return string

output public_oe property

public string output
return string