Exemplo n.º 1
0
 private void Button_Click_2( object sender, RoutedEventArgs e ) {
     PollChoice pc = (sender as Button).Tag as PollChoice;
     _polling.Remove(pc);
 }