c# lab

Goals
The primary goal of this rst project is to write, test and complete a basic C# program that:
1. Allows inputs via a simple GUI
2. Instantiates an object from a class you design (class Person)
3. Stores the data in your Person class
4. Clear the GUI of all data
5. Functions to restore the data from the Person object to the GUI
Specications
The class you create will be a Person class.
The class will contain the following list of data
attributes. You must decide the correct types for each.
First Name
Last Name

Leave a Reply

Your email address will not be published. Required fields are marked *