Changeset 4549 for branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients
- Timestamp:
- 10/04/10 04:17:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB/HeuristicLab.Clients.OKB-3.3/ServiceClients/OKBItem.cs
r4548 r4549 86 86 87 87 public void Store() { 88 if (OKB .Instance.Store(this))88 if (OKBClient.Instance.Store(this)) 89 89 Modified = false; 90 90 }
Note: See TracChangeset
for help on using the changeset viewer.