Changeset 123 for branches/XmlTextReaderBranch/HeuristicLab.Operators
- Timestamp:
- 04/15/08 15:57:41 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/XmlTextReaderBranch/HeuristicLab.Operators/CombinedOperator.cs
r122 r123 106 106 myDescription = reader.ReadElementString("Description"); 107 107 myOperatorGraph = (IOperatorGraph)PersistenceManager.Restore(reader, "OperatorGraph", restoredObjects); 108 reader.Read(); 108 109 } 109 110 #endregion
Note: See TracChangeset
for help on using the changeset viewer.