Ejemplo n.º 1
0
        // The variables to copy.
        protected Chemical(Chemical other) : base(other)
        {
            Flashpoint = other.Flashpoint;
            Contents   = other.Contents;

            Flammable = other.Flammable;
            Denatured = other.Denatured;
        }
Ejemplo n.º 2
0
        // The variables to copy.
        protected Chemical(Chemical other)
            : base(other)
        {
            Flashpoint = other.Flashpoint;
            Contents = other.Contents;

            Flammable = other.Flammable;
            Denatured = other.Denatured;
        }