Пример #1
0
        public FSMElement CurrentFSMElement(FSMElement e)
        {
            if (this.Root == null)
            {
                return(null);
            }

            return(this.Root.CurrentFSMElement(Root.MapElement2Canvas(e)));
        }