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

    r1993 r1996  
    11using System;
    22using System.Collections.Generic;
    3 using System.Xml;
    43
    54namespace HeuristicLab.Visualization {
     
    117116    }
    118117
    119     public override XmlNode ToXml(XmlDocument document)
    120     {
    121       throw new System.NotImplementedException();
    122     }
    123 
    124     public override IDataRow FromXml(XmlNode xmlNode)
    125     {
    126       throw new System.NotImplementedException();
    127     }
    128 
    129118    #endregion
    130119  }
Note: See TracChangeset for help on using the changeset viewer.