79267370

Date: 2024-12-10 07:48:24
Score: 1
Natty:
Report link

You can launch a new process to create a really independent form: a new instance of app.

private void button1_Click(object sender, EventArgs e)
{
    Process.Start("WindowsFormsApp1.exe"); // Your .exe
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: WangDaChui