Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/09 00:41:56 (15 years ago)
Author:
mstoeger
Message:

implemented IStorable and made use of the PersistenceManager wherever possible. #639

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/3.2/AvgAggregator.cs

    r1993 r1996  
    11using System;
    22using System.Collections.Generic;
    3 using System.Xml;
    43
    54namespace HeuristicLab.Visualization {
     
    148147    }
    149148
    150     public override XmlNode ToXml(XmlDocument document)
    151     {
    152       throw new System.NotImplementedException();
    153     }
    154 
    155     public override IDataRow FromXml(XmlNode xmlNode)
    156     {
    157       throw new System.NotImplementedException();
    158     }
    159 
    160149    #endregion
    161150  }
Note: See TracChangeset for help on using the changeset viewer.