Added an event handler to save the configuration when the user logs off without closing the application first (http://blogs.msdn.com/b/oldnewthing/archive/2008/04/21/8413175.aspx), because FormClosed is not called in that case.

This commit is contained in:
Michael Möller
2010-05-25 22:33:03 +00:00
parent daaf1f12ef
commit 8c6c61d3e3
5 changed files with 24 additions and 13 deletions

View File

@@ -52,12 +52,10 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="GUI\CrashReportForm.cs">