| Author: Daniel Ward 21 Nov 2008 | Member Level: Bronze | Rating:  Points: 3 |
Fairly simple procedure. i.e. button_click on form 1 initializes form2. Form2 constructor uses delegate type to request info from form1. Make sure the delegate call is in the form2 constructor.
|