Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Form2 form2 = new Form2();
  2. form2.ShowDialog(); // instead of form2.Show();
  3. ReloadData(); // this will execute after form2 is closed;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement