Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/22/10 05:14:39 (14 years ago)
Author:
swagner
Message:

Worked on the refactoring of saving and loading items (#990)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/TestRandom.cs

    r3431 r3483  
    134134
    135135    #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
    136149  }
    137150}
Note: See TracChangeset for help on using the changeset viewer.