I am currently working on a C# Windows Froms project thar requires the use of TabControll and multiple TabPAges with each of them having several buttons, labels and text boxes.
since i've now reached the class diagram phase of the project i discovered that i have no idea how to represent it in the class diagram.
lets say i have a form called MainForm that has 4 tabpages named tab_page1-tab_page4, with each having their own buttons that do different things, how am is uposed to show it in my UML class diagram?
thank you for your time