Example #1
0
            public MixedModification(IEnumerable <Modification> firstModifications,
                                     IEnumerable <Modification> secondModifications)
                : base("Mixed", null, null, MixedColor, MixedColor)
            {
                _firstModifications  = firstModifications;
                _secondModifications = secondModifications;

                Primary   = new PrimaryMixedSection(this, firstModifications, MixedColor);
                Secondary = new SecondaryMixedSection(this, firstModifications, secondModifications, MixedColor);
            }
Example #2
0
            public MixedModification(IEnumerable<Modification> firstModifications,
                IEnumerable<Modification> secondModifications)
                : base("Mixed", null, null, MixedColor, MixedColor)
            {
                _firstModifications = firstModifications;
                _secondModifications = secondModifications;

                Primary = new PrimaryMixedSection(this, firstModifications, MixedColor);
                Secondary = new SecondaryMixedSection(this, firstModifications, secondModifications, MixedColor);
            }