Guest User

Untitled

a guest
May 4th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1.   if(noProductRadioButton.Checked)
  2.             {
  3.                 string chooseOne="Please choose a product, they are all sweet!";
  4.                 MessageBox.Show(chooseOne, "choose a product", MessageBoxButtons.OK, MessageBoxIcon.Error);
  5.             }
Advertisement
Add Comment
Please, Sign In to add comment