Exemplo n.º 1
0
        public bool Stop()
        {
            if (IsRunning)
            {
                IsRunning = false;

                _window.StopThread();

                return(true);
            }

            return(false);
        }