Guest User

Untitled

a guest
Dec 13th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public static void navigationButton(Form currentForm, Form nextForm)
  2. {
  3. currentForm.Hide();
  4. nextForm form = new nextForm();
  5. form.Show();
  6. }
Add Comment
Please, Sign In to add comment