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/AvgLineAggregator.cs

    r1993 r1996  
    11using System;
    22using System.Collections.Generic;
    3 using System.Xml;
    43
    54namespace HeuristicLab.Visualization {
     
    159158    }
    160159
    161     public override XmlNode ToXml(XmlDocument document)
    162     {
    163       throw new System.NotImplementedException();
    164     }
    165 
    166     public override IDataRow FromXml(XmlNode xmlNode)
    167     {
    168       throw new System.NotImplementedException();
    169     }
    170 
    171160    #endregion
    172161  }
Note: See TracChangeset for help on using the changeset viewer.