Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(noProductRadioButton.Checked)
- {
- string chooseOne="Please choose a product, they are all sweet!";
- MessageBox.Show(chooseOne, "choose a product", MessageBoxButtons.OK, MessageBoxIcon.Error);
- }
Advertisement
Add Comment
Please, Sign In to add comment