C# Class WFA_psychometric_chart.form_heat_map

Exibir arquivo Open project: temcocontrols/T3000_Building_Automation_System

Public Methods

Method Description
chart_plot ( ) : void
form_heat_map ( Form1_main formx ) : System
form_heat_map_Disposed ( object sender, System e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

PullLocationInformation ( ) : void
button1_Click ( object sender, EventArgs e ) : void
form_heat_map_Load ( object sender, EventArgs e ) : void
printMapToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveAsImageToolStripMenuItem_Click ( 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

chart_plot() public method

public chart_plot ( ) : void
return void

form_heat_map() public method

public form_heat_map ( Form1_main formx ) : System
formx Form1_main
return System

form_heat_map_Disposed() public method

public form_heat_map_Disposed ( object sender, System e ) : void
sender object
e System
return void