Esempio n. 1
0
 private void megjelenitHaromszoget(Haromszog h)
 {
     textBoxAOldal.Text = h.getA().ToString();
     textBoxBOldal.Text = h.getB().ToString();
     textBoxCOldal.Text = h.getC().ToString();
 }