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