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

            return(other);
        }
Exemplo n.º 2
0
        public virtual object Clone()
        {
            GuidesEmploy other = (GuidesEmploy)this.MemberwiseClone();

            return(other);
        }