11
Answers

C#.NET

Form1 frm=new form1();
frm.show();


in this mode my form1 values are refreshed so i want show the form with valued

Answers (11)