Changeset 1061 for Scheduling


Ignore:
Timestamp:
Jan 9, 2011, 7:08:13 AM (13 years ago)
Author:
Sam Habiel
Message:

DSplash: Removed Unused RemoteHide method.

File:
1 edited

Legend:

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

    r1051 r1061  
    171171        }
    172172
    173         public void RemoteHide()
    174         {
    175             dAny d = new dAny(this.Hide);
    176             this.Invoke(d);
    177         }
    178 
    179173        public void RemoteProgressBarMaxSet(int max)
    180174        {
Note: See TracChangeset for help on using the changeset viewer.