Ejemplo n.º 1
0
        protected virtual void ApplyInstruction(IInstruction instruction)
        {
            CloseBrokenRules();

            foreach (var userControl in UserControls.Where(userControl => userControl.ActiveControl != null))
            {
                userControl.ApplyInstruction(instruction);
            }
        }