Advertisement
Guest User

comma c#

a guest
Oct 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. private void btn_Comma_Click(object sender, EventArgs e)
  2. {
  3. txtDisplay.Text += ",";
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement