Exemplo n.º 1
0
        public void RunStop()
        {
            if (!started)
            {
                throw new InvalidOperationException("Application not started");
            }

            rootController.Stop();
            OnStop();

            sharedStorage.Destroy();
            timerManager.Destroy();

            SaveDemo();
        }