Exemple #1
0
        private void RenderStep()
        {
            var map = _currentSimullation.GetBitmap();

            Render(map);
        }