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

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

            return(win);
        }