- Timestamp:
- 11/16/10 02:43:21 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Persistence/3.3/Default/DebugString
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Default/DebugString/DebugString.cs
r4068 r4806 38 38 public string Data { get; set; } 39 39 40 [StorableConstructor] 41 protected DebugString(bool deserializing) { } 40 42 private DebugString() { } 41 43 -
trunk/sources/HeuristicLab.Persistence/3.3/Default/DebugString/DebugStringFormat.cs
r4068 r4806 35 35 /// <value>The format's name.</value> 36 36 public override string Name { get { return "DebugString"; } } 37 38 [StorableConstructor] 39 protected DebugStringFormat(bool deserializing) : base(deserializing) { } 40 public DebugStringFormat() { } 37 41 } 38 42
Note: See TracChangeset
for help on using the changeset viewer.