23 |
private string selectedClientMacAddress; // The MAC address of the currently selected client. |
private string selectedClientMacAddress; // The MAC address of the currently selected client. |
24 |
public frmAdmin() |
public frmAdmin() |
25 |
{ |
{ |
26 |
InitializeComponent(); |
InitializeComponent(); |
|
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); |
|
27 |
} |
} |
28 |
|
|
29 |
static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) |
static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) |
52 |
} |
} |
53 |
|
|
54 |
private void frmAdmin_Load(object sender, EventArgs e) |
private void frmAdmin_Load(object sender, EventArgs e) |
55 |
{ |
{ |
56 |
this.Cursor = Cursors.WaitCursor; |
this.Cursor = Cursors.WaitCursor; |
57 |
|
|
58 |
UpdateControlsToReflectProgramVersion(); |
UpdateControlsToReflectProgramVersion(); |
765 |
// Run first time starting ATS and can also be invoked from the Tools menu. |
// Run first time starting ATS and can also be invoked from the Tools menu. |
766 |
private bool ConfigureATS() |
private bool ConfigureATS() |
767 |
{ |
{ |
768 |
|
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); |
769 |
DialogResult result; |
DialogResult result; |
770 |
|
|
771 |
if (!ProSupport.IsAnAdministrator()) |
if (!ProSupport.IsAnAdministrator()) |