Example #1
0
        protected void RemoveFromScope(Scope newScope)
        {
            var scopeChild = positionableControl.CurrentPositionable as ScopeChild;

            scopeChild.Scope = newScope;
            scopeControl.RemovePositionable(positionableControl);
        }