public override object Clone()
        {
            GuidesEmploy other = (GuidesEmploy)this.MemberwiseClone();

            return(other);
        }
Exemple #2
0
        public virtual object Clone()
        {
            GuidesEmploy other = (GuidesEmploy)this.MemberwiseClone();

            return(other);
        }