//----------------------------------------------------------------------- // // Copyright (c) 2011 Deltares. All rights reserved. // // J. Bokma // j.bokma@deltares.nl // 02-02-2011 // n.a. //----------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Deltares.Dam.Data { public class DamProjectSettings { } }