Ejemplo n.º 1
0
        private void Tick()
        {
            game.Tick();

            if (!IsBlockingRun && game.IsExiting() && !hasExitRan)
            {
                hasExitRan = true;
                OnExiting(this, EventArgs.Empty);
            }
        }