I open windows application on that one I insert form2.cs
I want 2 run form2 only ,how to run that form2
if i wrote the coding in from2
public static void main()
{
form2 f = new form2()
application.run(f)
}
please tell the code for run the second form in c#.net