My first app made in C# through the use of Windows Presentation Foundation.
It's simple User Interface creating specified class objects (Regular User, Manager, Administrator) that are children of the main class (User). Created objects are displayed in ListBoxes. It also has an User Information Panel, where you can see and change basic User's properties like first and last name, date of birth or date of employement. On exit, app asks you to save changes to .xml file. You can also do it in menu: File > save.
After downloading repository, just go straight to the /bin/Debug/ directory and run compiled listApp.exe file.
- WPF - UI Framework
Project is: in progress