コード例 #1
0
 public RecipeCEN(IRecipeCAD _IRecipeCAD)
 {
     this._IRecipeCAD = _IRecipeCAD;
 }
コード例 #2
0
 public RecipeCEN()
 {
     this._IRecipeCAD = new RecipeCAD();
 }