V
VM
I have a Windows form that may be called with two parameters or three
parameters (depending on who's invoking the form). The form was programmed
so it received three parameters. How can I create an instance of the form
with just two parms?
The third parameter is a System.Drawing.Point that is only necessary when
called from one event in the program.
Thanks.
parameters (depending on who's invoking the form). The form was programmed
so it received three parameters. How can I create an instance of the form
with just two parms?
The third parameter is a System.Drawing.Point that is only necessary when
called from one event in the program.
Thanks.