예제 #1
0
        private void SetCell(int x, int y)
        {
            _life.SetCell(x / (_cellSize - (_cellSize - _zoomStep)), y / (_cellSize - (_cellSize - _zoomStep)));

            _grEng.RefreshCells();
            _grEng.Draw();
        }