Below code is not working. 2nd_form 2n = new 2nd_form(); 2n.close(); Please help.
2nd_form 2n = new 2nd_form(); 2n.Show(); // Your code here e.g. Thread.Sleep(5000) // or put a breakpoint on the next line 2n.Close();
new
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)