Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Form1
- {
- Form1() { F2 example = new F2(this);
- }
- class F2
- {
- private Form1 m_form;
- F2(Form1 ref){ m_form = ref; }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement