예제 #1
0
 public StrawberryDonutRecipe()
 {
     Donut = new BakeryProduct();
 }
예제 #2
0
파일: CherryPie.cs 프로젝트: naburov/SAD
 public CherryPieRecipe()
 {
     Pie = new BakeryProduct();
 }