Changeset 175 for branches/eraser6/Eraser/TaskDataSelectionForm.cs
- Timestamp:
- 3/10/2008 12:36:56 AM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/TaskDataSelectionForm.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/TaskDataSelectionForm.cs
r172 r175 54 54 55 55 //And the methods list 56 List< IErasureMethod> methods = ErasureMethodManager.GetMethods();57 foreach ( IErasureMethod method in methods)56 List<ErasureMethod> methods = ErasureMethodManager.GetMethods(); 57 foreach (ErasureMethod method in methods) 58 58 this.method.Items.Add(method); 59 59 if (this.method.Items.Count != 0) … … 94 94 } 95 95 96 result.Method = this.method.SelectedItem as IErasureMethod;96 result.Method = this.method.SelectedItem as ErasureMethod; 97 97 return result; 98 98 }
Note: See TracChangeset
for help on using the changeset viewer.
