Guest User

Untitled

a guest
Dec 7th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. private void Button1_Click(object sender, RoutedEventArgs e)
  2. {
  3. MessageBox.Show(this,"The record is saved successfully", "Save", MessageBoxButton.OK, MessageBoxImage.Information);
  4. }
Add Comment
Please, Sign In to add comment