Changeset 825


Ignore:
Timestamp:
Jul 7, 2010, 6:19:16 AM (14 years ago)
Author:
Sam Habiel
Message:

Fixing an ooopsie bug introduced when I was testing stuff.

Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
5 edited

Legend:

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

    r821 r825  
    22902290                }
    22912291
     2292        /// <summary>
     2293        /// This is how you set how the grid will look
     2294        /// </summary>
    22922295                public void UpdateArrays()
    22932296                {
     
    22992302                                this.calendarGrid1.Resources = this.m_Document.Resources;
    23002303                // this.calendarGrid1.Columns = 7; //test
    2301                 this.calendarGrid1.StartDate = DateTime.Parse("10-10-2007"); // another test
     2304                // this.calendarGrid1.StartDate = DateTime.Parse("10-10-2007"); // another test
    23022305                                this.calendarGrid1.OnUpdateArrays(); // this draws the Calendar
    23032306                                this.lblResource.Text = this.m_Document.DocName;
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/bin/Release/ClinicalScheduling.XML

    r824 r825  
    267267            <summary>
    268268            Delete all selected appointments
     269            </summary>
     270        </member>
     271        <member name="M:IndianHealthService.ClinicalScheduling.CGView.UpdateArrays">
     272            <summary>
     273            This is how you set how the grid will look
    269274            </summary>
    270275        </member>
Note: See TracChangeset for help on using the changeset viewer.