ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSAdminTool/Globals.cs
(Generate patch)

Comparing trunk/TSAdminTool/Globals.cs (file contents):
Revision 93 by william, Sat Jul 14 02:35:50 2012 UTC vs.
Revision 94 by william, Sat Jul 14 02:52:23 2012 UTC

# Line 67 | Line 67 | namespace AnywhereTS
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
# Line 127 | Line 128 | namespace AnywhereTS
128              SelectedGraphicsAdaptersFile = GraphicsAdaptersA;
129              SelectedNicAdaptersFile = NicAdaptersA;
130              SelectedSoundAdaptersFile = SoundAdaptersA;
131 +            Logging.ATSAdminLog.Debug("Leaving ATSGlobals()");
132  
133          }
134          #endregion

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines