コード例 #1
0
 public StrawberryDonutRecipe()
 {
     Donut = new BakeryProduct();
 }
コード例 #2
0
ファイル: CherryPie.cs プロジェクト: naburov/SAD
 public CherryPieRecipe()
 {
     Pie = new BakeryProduct();
 }