Changeset 417
- Timestamp:
- 9/27/2008 9:49:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/DefaultPlugins/EraseFirstLast16KB.cs
r416 r417 34 34 { 35 35 public FirstLast16KB() 36 {37 //Load the settings38 LoadSettings();39 40 //Register for the Settings changed event: we need to be informed when41 //the our dependent method changes.42 ManagerLibrary.Instance.Settings.SettingsChanged +=43 new Settings.SettingsChangedFunction(LoadSettings);44 }45 46 private void LoadSettings()47 36 { 48 37 //Try to retrieve the set erasure method
Note: See TracChangeset
for help on using the changeset viewer.
