예제 #1
0
 private void advanceButton_Click(object sender, EventArgs e)
 {
     Game.GotoNextGen();
     renderPictureBox.Invalidate();
 }
예제 #2
0
파일: Form1.cs 프로젝트: coop152/GameOfLife
 private void advanceButton_Click(object sender, EventArgs e)
 {
     Game.GotoNextGen();
     //DrawGrid(Rows, Columns);
     renderPanel.Invalidate();
 }