- Timestamp:
- 04/22/10 05:14:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Tests/TestRandom.cs
r3431 r3483 134 134 135 135 #endregion 136 137 #region IStorableContent Members 138 139 public string Filename { 140 get { throw new NotImplementedException(); } 141 set { throw new NotImplementedException(); } 142 } 143 144 #pragma warning disable 67 145 public event EventHandler FilenameChanged; 146 #pragma warning restore 67 147 148 #endregion 136 149 } 137 150 }
Note: See TracChangeset
for help on using the changeset viewer.