blah blah blah is here! blah blah » Close

0
votes
1 answers

How to Close User Control?

hi, i am having problem with closing user control. i have some function in my parent form(with panel2): public void ActivateUserControlOne() { panel2.Controls.Clear(); UserControlOne = new UserControlOne(); ...

Feedback