Changeset 825 for Scheduling
- Timestamp:
- Jul 7, 2010, 6:19:16 AM (14 years ago)
- Location:
- Scheduling/trunk/cs/bsdx0200GUISourceCode
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs
r821 r825 2290 2290 } 2291 2291 2292 /// <summary> 2293 /// This is how you set how the grid will look 2294 /// </summary> 2292 2295 public void UpdateArrays() 2293 2296 { … … 2299 2302 this.calendarGrid1.Resources = this.m_Document.Resources; 2300 2303 // this.calendarGrid1.Columns = 7; //test 2301 this.calendarGrid1.StartDate = DateTime.Parse("10-10-2007"); // another test2304 // this.calendarGrid1.StartDate = DateTime.Parse("10-10-2007"); // another test 2302 2305 this.calendarGrid1.OnUpdateArrays(); // this draws the Calendar 2303 2306 this.lblResource.Text = this.m_Document.DocName; -
Scheduling/trunk/cs/bsdx0200GUISourceCode/bin/Release/ClinicalScheduling.XML
r824 r825 267 267 <summary> 268 268 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 269 274 </summary> 270 275 </member>
Note:
See TracChangeset
for help on using the changeset viewer.