AbstractClassTwo.Models.WholeWheat.MixIngredients C# (CSharp) 메소드

MixIngredients() 공개 메소드

public MixIngredients ( ) : void
리턴 void
        public override void MixIngredients()
        {
            Console.WriteLine("Gathering Ingredients for Whole Wheat Bread.");
        }