コード例 #1
0
ファイル: ReceiptItem.xaml.cs プロジェクト: madel1031/cpsc481
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     AutoClosingMessageBox.Show("Your refill is on its way", "Refill", 1500);
 }
コード例 #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);
 }