Exemple #1
0
 //Opgave 7
 private void Opgave7_Click(object sender, RoutedEventArgs e)
 {
     textBoxRight.Clear();
     textBoxRight.Text = classBIZ.CountNumberOfWordAppearance(textBoxLeft);
 }