M
Mystique
How can i show some form/dialog without declaring "new myForm()"
like the MessageBox form
ex:
MessageBox.Show("bla bla bla");
i want the same for my form:
myForm.Show();
like the MessageBox form
ex:
MessageBox.Show("bla bla bla");
i want the same for my form:
myForm.Show();