Esempio n. 1
0
 private void Timer1_Tick(object sender, EventArgs e)
 {
     view.label1.Text = model.Tick();
 }