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

            Owner.OnAveEnd(this, msg, icon, null);
        }