Esempio n. 1
0
 void LoadChoices(List <string> choices)
 {
     ShowChoices = () => {
         dd.CreateChoiceButtons(choices);
     };
 }