Changeset 332 for branches/eraser6/Eraser/Program.cs
- Timestamp:
- 4/1/2008 11:11:07 AM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/Program.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/Program.cs
r315 r332 24 24 Application.SafeTopLevelCaptionFormat = S._("Eraser"); 25 25 26 using (ManagerLibrary library = new ManagerLibrary( ))26 using (ManagerLibrary library = new ManagerLibrary(new Settings())) 27 27 using (eraserClient = new DirectExecutor()) 28 28 { 29 //Set the defaults for the library30 library.Settings = new Settings();31 32 29 //Load the task list 33 30 RegistryKey key = Application.UserAppDataRegistry; … … 120 117 } 121 118 122 ~Settings()119 protected override void Save() 123 120 { 124 121 RegistryKey key = Application.UserAppDataRegistry;
Note: See TracChangeset
for help on using the changeset viewer.
