Changeset 7733 for trunk/sources
- Timestamp:
- 04/17/12 10:57:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionGrammar.cs
r7259 r7733 181 181 182 182 #region IStatefulItem methods 183 void IStatefulItem.InitializeState() { } 183 void IStatefulItem.InitializeState() 184 { 185 ReadOnly = false; 186 } 184 187 void IStatefulItem.ClearState() { 185 188 ReadOnly = false;
Note: See TracChangeset
for help on using the changeset viewer.