1
Answer

how to run form 2 i

Photo of tharak nadh

tharak nadh

18y
6.1k
1
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

Answers (1)