示例#1
0
文件: Form1.cs 项目: DaryaAl/-6
 //Кнопка Расчитать
 private void button2_Click(object sender, EventArgs e)
 {
     triada1.Summ();
     textBox4.Text = triada1.Summ().ToString();
 }