Exemplo n.º 1
0
        public void SetFixedSlotConstraint(FixedSlotConstraint constraint)
        {
            if (fixedSlotConstraint != null)
            {
                throw new ApplicationException("fixed slot constraint cannot be applied twice!");
            }

            fixedSlotConstraint = constraint;
        }
Exemplo n.º 2
0
        public void SetFixedSlotConstraint(FixedSlotConstraint constraint)
        {
            if (fixedSlotConstraint != null)
                throw new ApplicationException("fixed slot constraint cannot be applied twice!");

            fixedSlotConstraint = constraint;
        }