Ignore:
Timestamp:
Feb 21, 2011, 9:21:24 AM (13 years ago)
Author:
Sam Habiel
Message:

Remove CGSchedLib.OutputArray everywhere. Used to be needed in VS 2003; not anymore as you can see tables now.
CalendarGrid:

  • Make MinSince80 and TimesOverlap static functions for use by other classes since they are done over and over again.

CGAppointments:

  • Documentation updates

CGAVDocument:

CGDocument:

CGDocumentManager:

CGSchedLib: Lots of Changes

CGView:

  • OnUpdateScheduleCallback now has try catch when it this.Invokes the original form so that it won't crash if the form has been closed before it gets called.
File:
1 edited

Legend:

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

    r1083 r1095  
    44    using System.Collections;
    55    /// <summary>
    6     /// This class was regenerated from Calendargrid.dll using Reflector.exe
    7     /// by Sam Habiel for WorldVista. The original source code is lost.
     6    /// Managers Appointment objects CGAppointment using an array list internally.
    87    /// </summary>
     8    /// <remarks>
     9    /// Really needs to be refactored to use generics
     10    /// </remarks>
    911    [Serializable]
    1012    public class CGAppointments : IEnumerable, ICloneable
     
    5860
    5961 
     62        /// <summary>
     63        /// Returns a deep copy of CGAppointments
     64        /// </summary>
     65        /// <returns></returns>
    6066        public object Clone()
    6167        {
Note: See TracChangeset for help on using the changeset viewer.