Guest User

Untitled

a guest
Oct 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. public void ChangeLabel(string s)
  2. {
  3. labelX1.Text = s;
  4. }
  5.  
  6. Form2 frm2 = new Form2();
  7. frm2.ChangeLabel("Texto novo");
Add Comment
Please, Sign In to add comment