Exemplo n.º 1
0
        public override object Clone()
        {
            Reagent reagent = new Reagent(Name, Type, Price, Weight);

            return(reagent);
        }
Exemplo n.º 2
0
        public override object Clone()
        {
            Reagent reagent = new Reagent(Name, Type, Price, Weight);

            return reagent;
        }