Changeset 2477
- Timestamp:
- 3/13/2012 6:02:12 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite/Eraser/TaskDataSelectionForm.cs
r2449 r2477 76 76 //And the methods list 77 77 methodCmb.Items.Add(ErasureMethodRegistrar.Default); 78 foreach (IErasureMethod method in Host.Instance.Erasure TargetFactories)78 foreach (IErasureMethod method in Host.Instance.ErasureMethods) 79 79 methodCmb.Items.Add(method); 80 80 if (methodCmb.Items.Count != 0)
Note: See TracChangeset
for help on using the changeset viewer.
