B
berylwilson
Hi,
Form1 form1 = Form1; //Form2 is created and closed inside Form1.
When I call form1.form2.Close() method the following method is called
when I run the application in few machine but not in others.
private void Form2_Closing(...)
Any clues on this?
Thanks in advance.
Form1 form1 = Form1; //Form2 is created and closed inside Form1.
When I call form1.form2.Close() method the following method is called
when I run the application in few machine but not in others.
private void Form2_Closing(...)
Any clues on this?
Thanks in advance.