C
cube
In thread i've got something like this
Application.Run(new Form());
But programm shows Form and waits for events.
Is there any solution to back from Form()? whithout Application.Exit or
Application.ExitThread ?
cube
Application.Run(new Form());
But programm shows Form and waits for events.
Is there any solution to back from Form()? whithout Application.Exit or
Application.ExitThread ?
cube