Exemple #1
0
 private void opgave18_Click(object sender, RoutedEventArgs e)
 {
     cb.CutAwayLastLetterWhereWordIsLongerThan3Chars(textboxLeft, textboxLeft);
 }
Exemple #2
0
 //Opgave 8
 private void Opgave8_Click(object sender, RoutedEventArgs e)
 {
     textBoxRight.Clear();
     classBIZ.CutAwayLastLetterWhereWordIsLongerThan3Chars(textBoxLeft, textBoxRight);
 }
Exemple #3
0
 private void opg8Button_Click(object sender, RoutedEventArgs e)
 {
     cb.CutAwayLastLetterWhereWordIsLongerThan3Chars(textBoxLeft, textBoxRight);
 }