Parent Directory
|
Revision Log
|
Patch
--- trunk/TSAdminTool/frmAdmin.cs 2012/07/12 16:47:17 57 +++ trunk/TSAdminTool/frmAdmin.cs 2012/07/12 17:00:14 58 @@ -23,8 +23,7 @@ private string selectedClientMacAddress; // The MAC address of the currently selected client. public frmAdmin() { - InitializeComponent(); - AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); + InitializeComponent(); } static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) @@ -53,7 +52,7 @@ } private void frmAdmin_Load(object sender, EventArgs e) - { + { this.Cursor = Cursors.WaitCursor; UpdateControlsToReflectProgramVersion(); @@ -766,6 +765,7 @@ // Run first time starting ATS and can also be invoked from the Tools menu. private bool ConfigureATS() { + AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); DialogResult result; if (!ProSupport.IsAnAdministrator())
ViewVC Help | |
Powered by ViewVC 1.1.22 |