コード例 #1
0
ファイル: Form1.cs プロジェクト: nathanieljsouth/life
 private void updateCellsCurrentlyAlive()
 {
     //update the number of currently alive cells
     txtNumberAlive.Text = lifeGrid.GetNumberAlive().ToString();
 }