Well... i want to do this: open a form and close the form that is open...
Example:
Form_P f = new Form_P();
f.Show();
this.Close();
But, my program close.. why?
Example:
Form_P f = new Form_P();
f.Show();
this.Close();
But, my program close.. why?