Пример #1
0
        internal Recipe CreateRecipeFromData(string notes)
        {
            var thisRecipe = new Recipe(
                PGNic.QuickParse(),
                NicStr.QuickParse(),
                TargetStrength.QuickParse(),
                TargetVolume.QuickParse(),
                TargetPG.QuickParse(),
                GetFlavors(),
                notes,
                WaterPercentage.QuickParse()
                );

            return(thisRecipe);
        }
Пример #2
0
 private void TargetPG_OnTextChanged(object sender, TextChangedEventArgs e) =>
 TargetPG.HandlePercentageHandlers(TargetVG);