示例#1
0
 private void timerThink_Tick(object sender, EventArgs e)
 {
     GameOfLife.Think();
 }