Changeset 1065 for Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocument.cs
- Timestamp:
- Jan 16, 2011, 5:32:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/CGDocument.cs
r1062 r1065 273 273 * TEST EXCEPTION -- REMOVE AFTER TESTING 274 274 */ 275 //throw new Exception("Simulated Uncaught Exception");275 // throw new Exception("Simulated Uncaught Exception"); 276 276 /* 277 277 * TEST EXCEPTION -- REMOVE AFTER TESTING … … 398 398 } 399 399 400 /// <summary> 401 /// Refreshes Availablility and Schedules from RPMS. 402 /// </summary> 403 /// <returns>Success or Failure. Should be always Success.</returns> 400 404 private bool RefreshSchedule() 401 405 { … … 586 590 //TODO: Test that resource is not currently in list, that it IS a resource, etc 587 591 this.m_sResourcesArray.Add(sResource); 592 //UpdateAllViews: Redraws all the open views. But does not call server. 588 593 this.UpdateAllViews(); 589 594 }
Note:
See TracChangeset
for help on using the changeset viewer.