public TaxingEnginePrototype(TaxingGuides currentGuides)
 {
     __guides = currentGuides.Clone() as TaxingGuides;
 }
Exemple #2
0
        public virtual object Clone()
        {
            TaxingGuides other = (TaxingGuides)this.MemberwiseClone();

            return(other);
        }