Esempio n. 1
0
 private void btnplus_Click(object sender, EventArgs e)
 {
     visor.Text = controller.Add();
 }