Changeset 979
- Timestamp:
- 5/5/2009 1:11:19 PM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Manager/DirectExecutor.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Manager/DirectExecutor.cs
r975 r979 1042 1042 //Load the list into the dictionary 1043 1043 list = (List<Task>)new BinaryFormatter().Deserialize(stream); 1044 1045 //Restore the task's references 1046 foreach (Task task in list) 1047 task.Executor = Owner; 1044 1048 } 1045 1049
Note: See TracChangeset
for help on using the changeset viewer.
