예제 #1
0
        public MashStep(MashType type)
        {
            m_type = type;

            // decoction mash steps don't have any infusion water
            if (m_type == MashType.Decoction)
                m_infusionWaterTemperature = null;
        }
예제 #2
0
        public MashStep(MashType type)
        {
            Type = type;

            // decoction mash steps don't have any infusion water
            if (Type == MashType.Decoction)
            {
                InfusionWaterTemperature = null;
            }
        }