MusicFreak

Cane 8.11.2013

Nov 8th, 2013
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.20 KB | None | 0 0
  1. private void button1_Click(object sender, EventArgs e)
  2.         {
  3.             string a = Convert.ToString(textBox1.Text);
  4.             lbPrimjer.Items.Add(a);
  5.             textBox1.Text = "";
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment