- Timestamp:
- 11/07/11 12:54:33 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite/Eraser.DefaultPlugins/SettingsForm.cs
r2368 r2381 30 30 31 31 using Eraser.Util; 32 using Eraser.Plugins; 33 using Eraser.Plugins.ExtensionPoints; 32 34 33 35 namespace Eraser.DefaultPlugins … … 41 43 42 44 //Populate the list of erasure passes, except the FL16KB. 43 foreach (ErasureMethod method in ManagerLibrary.Instance.ErasureMethodRegistrar)45 foreach (ErasureMethod method in Host.Instance.ErasureMethods) 44 46 if (method.Guid != typeof(FirstLast16KB).GUID) 45 47 fl16MethodCmb.Items.Add(method); … … 58 60 { 59 61 Guid methodGuid = 60 ManagerLibrary.Settings.DefaultFileErasureMethod;62 DefaultPlugin.Settings.DefaultFileErasureMethod; 61 63 if (methodGuid == typeof(FirstLast16KB).GUID) 62 64 methodGuid = typeof(Gutmann).GUID;
Note: See TracChangeset
for help on using the changeset viewer.
