Passing a reference to the Form Constructor is it a Bug?
e.g.
it's cause a "Overload Method Error".
e.g.
Code:
Form4 form4
Public Form1(Form4 form4)
{
this.form4=form4;
InitializeComponent();
}
Comment