C# Class WFA_psychometric_chart.Form_Psychrometric_Calculator

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Public Methods

Method Description
CalculatePsymetric ( double temp, double hum, double pressure ) : void
Form_Psychrometric_Calculator ( ) : System
calculate ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

radioButton1_CheckedChanged ( object sender, EventArgs e ) : void
radioButton2_CheckedChanged ( object sender, EventArgs e ) : void
textBox1_TextChanged ( object sender, EventArgs e ) : void
textBox2_TextChanged ( object sender, EventArgs e ) : void

Method Details

CalculatePsymetric() public method

public CalculatePsymetric ( double temp, double hum, double pressure ) : void
temp double
hum double
pressure double
return void

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

Form_Psychrometric_Calculator() public method

public Form_Psychrometric_Calculator ( ) : System
return System

calculate() public method

public calculate ( ) : void
return void