//-----------------------------------------------------------------------
//
// Copyright (c) 2009 Deltares. All rights reserved.
//
// B. Faassen
// barry.faassen@deltares.nl
// 22-6-2009
// n.a.
//-----------------------------------------------------------------------
namespace Deltares.Dam.Data
{
// using System;
// using System.Collections.Specialized;
//
// public class StabilityTimeSerieEntry : TimeSerieEntry
// {
// public StabilityTimeSerieEntry()
// {
// this.MStabProjectPaths = new StringCollection();
// }
//
// public StringCollection MStabProjectPaths { get; set; }
// }
}