R
Ruslan Shlain
Hello Everyone,
I have a solution that consists of two projects. The Win user control
library and win forms project. The purpose of the windows forms project is
to be a container for everything that goes on the user control. My question
is if I have a win form and I drag and drop user control on it and I have a
button on that user control on click of which I have to show another win
form from the Windows form project that will hold different user control.
And also how do I pass values back and forth between the forms.
This architecture is mandated to me.
Thanks
I have a solution that consists of two projects. The Win user control
library and win forms project. The purpose of the windows forms project is
to be a container for everything that goes on the user control. My question
is if I have a win form and I drag and drop user control on it and I have a
button on that user control on click of which I have to show another win
form from the Windows form project that will hold different user control.
And also how do I pass values back and forth between the forms.
This architecture is mandated to me.
Thanks