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/bin/Release/ClinicalScheduling.XML

    r804 r821  
    4646        <member name="T:IndianHealthService.ClinicalScheduling.CalendarGrid">
    4747            <summary>
    48             This class was regenerated from Calendargrid.dll using Reflector.exe
    49             by Sam Habiel for WorldVista. The original source code is lost.
    50             </summary>
     48            This class is reponsible for rendering the Calendar Grid.
     49            </summary>
     50        </member>
     51        <member name="M:IndianHealthService.ClinicalScheduling.CalendarGrid.WndProc(System.Windows.Forms.Message@)">
     52            <summary>
     53            The purpose of this is to properly draw the date boxes at the top of the calendar grid.
     54            Otherwise, when scrolling, it gets garbled.
     55            </summary>
     56            <param name="msg">Handles two messages:
     57            WM_VSCROLL (0x115 - Vertical Scrolling)
     58            WM_HSCROLL (0x114 - Horizontal Scrolling)
     59            </param>
    5160        </member>
    5261        <member name="T:IndianHealthService.ClinicalScheduling.DPatientLookup">
Note: See TracChangeset for help on using the changeset viewer.