Changeset 78
- Timestamp:
- 07/15/06 18:54:23 (2 years ago)
- Files:
-
- trunk/MacFaceFloat/MacFaceApp.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MacFaceFloat/MacFaceApp.cs
r77 r78 204 204 updateTimer.Start(); 205 205 206 Microsoft.Win32.SystemEvents.SessionEnded += new Microsoft.Win32.SessionEndedEventHandler(SystemEvents_SessionEnded); 206 207 Application.ApplicationExit += new EventHandler(Application_ApplicationExit); 207 208 Application.Run(this); … … 496 497 } 497 498 } 499 500 /// <summary> 501 /// 502 /// </summary> 503 /// <param name="sender"></param> 504 /// <param name="e"></param> 505 private void SystemEvents_SessionEnded(object sender, Microsoft.Win32.SessionEndedEventArgs e) 506 { 507 config.Save(); 508 } 498 509 } 499 510 }
