Hi,
I have a winform say Form1.cs that contains contols like textboxes,lables,radio buttons, buttons,rich textbox,combobox,etc. Now I want to create a new form say Form2.cs which should contain the same controls as that of form1. How to achieve this?