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

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

            return reagent;
        }