Ignore:
Timestamp:
Jul 4, 2010, 1:25:13 AM (14 years ago)
Author:
Sam Habiel
Message:

Mostly commenting the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocumentManager.cs

    r802 r821  
    236236                m_ds.Refresh();
    237237                                this.Activate();
    238                 System.Configuration.ConfigurationManager.GetSection("appSettings");
     238                // smh--not used System.Configuration.ConfigurationManager.GetSection("appSettings");
    239239                m_ds.SetStatus("Connecting to VistA Server...");
    240240                m_ds.Refresh();
     
    262262                                do
    263263                                {
     264                    // login crap
    264265                    try
    265266                    {
     267                        // Not my code
    266268                        if (bReLogin == true)
    267269                        {
     
    269271                            _current.m_ConnectInfo.LoadConnectInfo("", "");
    270272                        }
     273                        // My code -- buts looks so ugly!
    271274                        else
    272275                        {
     
    337340                                }
    338341                               
     342                //smh -- why get handles?
    339343                                System.IntPtr pHandle = this.Handle;
    340344                                System.IntPtr pConnHandle = this.ConnectInfo.Handle;
     
    376380#if DEBUG
    377381            // Print console messages to console if launched from console
     382            // Note: Imported From kernel32.dll
    378383            AttachConsole(ATTACH_PARENT_PROCESS);
    379384#endif
Note: See TracChangeset for help on using the changeset viewer.