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