Guest User

Untitled

a guest
Jan 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. private void button3_Click(object sender, EventArgs e)
  2. {
  3. Form2 form2 = new Form2();
  4. form2.Show();
  5. form2.textBox11.Text = "";
  6. string search = textBox1.Text;
  7. }
Add Comment
Please, Sign In to add comment