예제 #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 NicStr_OnLostFocus(object sender, RoutedEventArgs e) => NicStr.HandleValidatingBoxes();