示例#1
0
        public void Stop()
        {
            IsDone = true;

            if (Handler != null)
            {
                Handler.Stop();
            }
        }
示例#2
0
        public void Stop()
        {
            IsDone = true;

            if (Handler != null)
            {
                Handler.Stop();
                Handler = null;
            }

            SendStop();
            if (Info.Info.ApSec != 0)
            {
                SendAbilityDone(0);
            }
        }