Beispiel #1
0
 private void btnAcceptWithBonus_Click(object sender, RoutedEventArgs e)
 {
     mvm.AcceptOrderWithBonus(CustomerNo.Content.ToString());
     DialogResult = true;
 }