C# Класс WFA_psychometric_chart.Form_Psychrometric_Calculator

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CalculatePsymetric ( double temp, double hum, double pressure ) : void
Form_Psychrometric_Calculator ( ) : System
calculate ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

CalculatePsymetric() публичный Метод

public CalculatePsymetric ( double temp, double hum, double pressure ) : void
temp double
hum double
pressure double
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Form_Psychrometric_Calculator() публичный Метод

public Form_Psychrometric_Calculator ( ) : System
Результат System

calculate() публичный Метод

public calculate ( ) : void
Результат void