/// <inheritdoc /> public IRecipeInformationWindowDialog GetRecipeInformationWindow(Recipe recipe, Window window, string title) { var win = new RecipeInformationWindowDialog(recipe, window, title); return win; }
/// <inheritdoc /> public IRecipeInformationWindowDialog GetRecipeInformationWindow(Recipe recipe, Window window, string title) { var win = new RecipeInformationWindowDialog(recipe, window, title); return(win); }