How to open different forms with multiple radio button in C# GUI
I have created a simple form on which I have given two radio buttons & 1 button. So by selecting either of the radio buttons I want to open another two forms respectively on button click.
I have tried but it opens only 1 form by selecting any of the radio button, So any help????