Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/16/10 19:26:24 (14 years ago)
Author:
swagner
Message:

Enabled saving only for some specific items (#1193)

File:
1 edited

Legend:

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

    r3728 r4419  
    138138
    139139    #endregion
    140 
    141     #region IStorableContent Members
    142 
    143     public string Filename {
    144       get { throw new NotImplementedException(); }
    145       set { throw new NotImplementedException(); }
    146     }
    147 
    148 #pragma warning disable 67
    149     public event EventHandler FilenameChanged;
    150 #pragma warning restore 67
    151 
    152     #endregion
    153140  }
    154141}
Note: See TracChangeset for help on using the changeset viewer.