示例#1
0
        public void Suspend()
        {
            behaviour.Suspend();

            transitions.Process(t => t.Suspend());
        }