Oops!



Uh, should not two instances of the same form look like this instead?
Form1 myFirstForm = new Form1();
Form1 mySecondForm = new Form1();...