Index: Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs =================================================================== diff -u -r683ff9234262d9fa3bea5edc0abe35254f80e49d -ra30271e26ecc2c171e2133fe0aace8556d0b504e --- Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 683ff9234262d9fa3bea5edc0abe35254f80e49d) +++ Core/Common/src/Core.Common.Base/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a30271e26ecc2c171e2133fe0aace8556d0b504e) @@ -1,4 +1,25 @@ -//------------------------------------------------------------------------------ +// Copyright (C) Stichting Deltares 2017. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 Index: Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/PipingSurfaceLineCreator.cs =================================================================== diff -u -rb8976a5e3cf525e419227e409e44ac69a430711a -ra30271e26ecc2c171e2133fe0aace8556d0b504e --- Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/PipingSurfaceLineCreator.cs (.../PipingSurfaceLineCreator.cs) (revision b8976a5e3cf525e419227e409e44ac69a430711a) +++ Ringtoets/Piping/src/Ringtoets.Piping.KernelWrapper/PipingSurfaceLineCreator.cs (.../PipingSurfaceLineCreator.cs) (revision a30271e26ecc2c171e2133fe0aace8556d0b504e) @@ -21,20 +21,19 @@ using System.Collections.Generic; using System.Linq; -using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Deltares.WTIPiping; using Ringtoets.Piping.Primitives; namespace Ringtoets.Piping.KernelWrapper { /// - /// Creates instances which are required by the . + /// Creates instances which are required by the . /// internal static class PipingSurfaceLineCreator { /// - /// Creates a for the kernel + /// Creates a for the kernel /// given different surface line. /// /// The surface line configured in the Ringtoets application. Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingPlugin.cs =================================================================== diff -u -r357925a9ba2aebce58a9e03e620c6d470323672f -ra30271e26ecc2c171e2133fe0aace8556d0b504e --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingPlugin.cs (.../PipingPlugin.cs) (revision 357925a9ba2aebce58a9e03e620c6d470323672f) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingPlugin.cs (.../PipingPlugin.cs) (revision a30271e26ecc2c171e2133fe0aace8556d0b504e) @@ -287,8 +287,9 @@ { Text = stochasticSoilModelContext => PipingDataResources.StochasticSoilModelCollection_TypeDescriptor, Image = stochasticSoilModelContext => RingtoetsCommonFormsResources.GeneralFolderIcon, - ForeColor = stochasticSoilModelContext => stochasticSoilModelContext.WrappedData.Any() ? - Color.FromKnownColor(KnownColor.ControlText) : Color.FromKnownColor(KnownColor.GrayText), + ForeColor = stochasticSoilModelContext => stochasticSoilModelContext.WrappedData.Any() + ? Color.FromKnownColor(KnownColor.ControlText) + : Color.FromKnownColor(KnownColor.GrayText), ChildNodeObjects = stochasticSoilModelContext => stochasticSoilModelContext.WrappedData.Cast().ToArray(), ContextMenuStrip = StochasticSoilModelCollectionContextContextMenuStrip };