Changeset 825 for Scheduling/trunk/cs
- Timestamp:
- Jul 7, 2010, 6:19:16 AM (15 years ago)
- Location:
- Scheduling/trunk/cs/bsdx0200GUISourceCode
- Files:
- 
      - 5 edited
 
 - 
          
  CGView.cs (modified) (2 diffs)
- 
          
  ClinicalScheduling.suo (modified) ( previous)
- 
          
  bin/Release/BMXNet21.dll (modified) ( previous)
- 
          
  bin/Release/ClinicalScheduling.XML (modified) (1 diff)
- 
          
  bin/Release/ClinicalScheduling.exe (modified) ( previous)
 
Legend:
- Unmodified
- Added
- Removed
- 
      Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.csr821 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.XMLr824 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.
  
