예제 #1
0
 private void RecipeSelectHandler(string text)
 {
     _linkCtrl.HandleRecipeSelection(text);
     _textCtrl.HandleRecipeSelection(text);
     _ktc.HandleRecipeSelection(text);
     _tc.HandleRecipeSelection(text);
     _devCtrl.HandleRecipeSelection(text);
     _ingrCtrl.HandleRecipeSelection(text);
 }