Beispiel #1
0
 private void printarmy_Click(object sender, RoutedEventArgs e)
 {
     TextBox.Text = "";
     newlist.printArmy();
 }
Beispiel #2
0
 private void printarmy_Click(object sender, RoutedEventArgs e)
 {
     TextBox.Text = "";
     newlist.printArmy();
     // clears the textbox and then reprints army.
 }