Ejemplo n.º 1
0
        public void EnsureContext()
        {
            Unit owner = Owner;

            if (owner == null)
            {
                return;
            }
            owner.EnsureContext();
        }