예제 #1
0
파일: VFreeBusy.cs 프로젝트: nhaberl/PDI
        //=====================================================================

        /// <summary>
        /// This is overridden to allow cloning of a PDI object
        /// </summary>
        /// <returns>A clone of the object</returns>
        public override object Clone()
        {
            VFreeBusy o = new VFreeBusy();

            o.Clone(this);
            return(o);
        }
예제 #2
0
        //=====================================================================

        /// <summary>
        /// This is overridden to allow cloning of a PDI object
        /// </summary>
        /// <returns>A clone of the object</returns>
        public override object Clone()
        {
            VFreeBusy o = new VFreeBusy();
            o.Clone(this);
            return o;
        }