- Timestamp:
- 04/22/10 23:33:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common/3.2/Content/StorableContent.cs
r3483 r3500 23 23 24 24 namespace HeuristicLab.Common { 25 public class StorableContent : IStorableContent {25 public class StorableContent : DeepCloneable, IStorableContent { 26 26 private string filename; 27 27 public string Filename {
Note: See TracChangeset
for help on using the changeset viewer.