Reference no: EM133265705
Create a WPF app that will serve as a user profile page for our demo user.
Use any type of layout controls to consolidate profile information into groupings:
a. Personal information (profile pic, name, rank, starship)
b. Achievements (checkboxes consisting of "completed academy", "completed spacewalk training", "completed special missions training" and "completed command training").
c. Medical status (list box of "cleared for duty", "3 months rehab", "6 months rehab", "9 months rehab" and "unfit for duty").
When user click on "View Report" Button, you should display the selected information in a message box along with complete profile information.
Add an "Exit" Button to close the application.