예제 #1
0
 internal void refreshRecipeNames()
 {
     recipesToBeConv.refreshRecipeNames();
     RecipeToBeConv.RefreshRecipeName(recipeCB, this);
     CRUDDisableIfRecipesEmpty();
 }
예제 #2
0
        internal void recipeName_SelectionChangeCommitted(object sender, EventArgs e)
        {
            ComboBox cb = (ComboBox)sender;

            RecipeToBeConv.RefreshRecipeName(cb, this);
        }