Esempio n. 1
0
 private void btnThree_Click(object sender, EventArgs e)
 {
     txtBox1.Clear();
     Estimation   = Agurk + Tomat + Ost + Mælk;
     txtBox1.Text = Estimation.ToString() + " kr.";
 }