I am creating an application that should handle cases of building a small company. So that employees can create a new business, I want to gradually implement them. How to set up such a process?
I tried to put them on the panel instead, but these are still seams, as a not-so-elegant way to solve this problem.
Now I hide / show a lot of text fields and lists separately. Is there a smarter (more correct) way to group them. Or can someone suggest a different approach to this? I am building it in C #.
source
share