C# Programming

Among the many skills that I have learned at UofL, programming was one of the most challenging, yet rewarding. In this section I will be displaying some examples of the work that I did using C#. In this particular project, I had to create a form that allowed for addresses to be added to a list that could be displayed on form. On the form, there were components that allowed you to insert a new address, display the addresses, or even edit a current address that is already in the list.
Forms 
The ‘insert new address’ dialog box. A dialog box is a form that cannot be closed until a specific action is taken, whether it be hitting the cancel button or submit button.
Form
Form1
Form2
Classes 
This is a screenshot of a class named ‘TwoDayAirPackage’. A class is the blueprint for an object of that class, telling the object what actions it should perform and the kind of data that it will contain.
Class