Beispiel #1
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     AutoClosingMessageBox.Show("Your refill is on its way", "Refill", 1500);
 }
Beispiel #2
0
 private void not_available_Click(object sender, RoutedEventArgs e)
 {
     AutoClosingMessageBox.Show("This item is currently unavailable. We apologize for the inconvenience.", "Item Not Available", 1500);
 }