Esempio n. 1
0
        public void forcedStop(bool msg, bool icon)
        {
            active = 0;
            if (_timer != null && _timer.Enabled)
            {
                _timer.Stop();
                _timer.Enabled = false;
            }

            _owner.onAveEnd(this, msg, icon, null);
        }