Esempio n. 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     life = new Life(lifeSize, true);
     panel1.Refresh();
 }
Esempio n. 2
0
 public Form1()
 {
     InitializeComponent();
     lifeSize = 30;
     life     = new Life(lifeSize, true);
 }