67 |
|
// Constructor |
68 |
|
static ATSGlobals() |
69 |
|
{ |
70 |
+ |
Logging.ATSAdminLog.Debug("Entering ATSGlobals()"); |
71 |
|
ApplicationName = "Anywhere" + "TS"; // The name of the application. Used everywhere except for in about box and main window bar. Can be either original or an OEM name. |
72 |
|
|
73 |
|
// Set registry root |
128 |
|
SelectedGraphicsAdaptersFile = GraphicsAdaptersA; |
129 |
|
SelectedNicAdaptersFile = NicAdaptersA; |
130 |
|
SelectedSoundAdaptersFile = SoundAdaptersA; |
131 |
+ |
Logging.ATSAdminLog.Debug("Leaving ATSGlobals()"); |
132 |
|
|
133 |
|
} |
134 |
|
#endregion |