Example #1
0
 private void buttonNakedSingle_Click(object sender, EventArgs e)
 {
     Execute(() => _board.Perform(BoardAction.NakedSingle));
 }