Changeset 1128 for Scheduling/trunk


Ignore:
Timestamp:
Mar 30, 2011, 8:28:31 AM (13 years ago)
Author:
Sam Habiel
Message:

RefreshSchedule() now used in ForceRefresh rather than Force Document. This one does directly what's needed.
New exes.

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

Legend:

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

    r1124 r1128  
    406406        /// </summary>
    407407        /// <returns>Success or Failure. Should be always Success.</returns>
    408         private bool RefreshSchedule()
     408        public bool RefreshSchedule()
    409409        {
    410410            this.RefreshAvailabilitySchedule();
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CGView.cs

    r1127 r1128  
    35023502            this.Cursor = Cursors.WaitCursor;
    35033503            LoadSplash();
    3504             this.Document.RefreshDocument();
     3504            this.Document.RefreshSchedule();
    35053505            this.UpdateArrays();
    35063506            StopSplash();
Note: See TracChangeset for help on using the changeset viewer.