Version 1.1
Removes unecessary work from UserInterface. UserInterface now /only/ handles interface-related functions. Also removes work from Main, because main is mean. Creates new RunProgram class, which handles cross-coordination between classes. Allows ID's to include letters and symbols if desired. Now only needs to be 5 characters. Adds handling for user attempting to remove items when there are none.
Showing
- assignment1/CSVProcessor.cs 5 additions, 2 deletionsassignment1/CSVProcessor.cs
- assignment1/Program.cs 2 additions, 102 deletionsassignment1/Program.cs
- assignment1/RunProgram.cs 361 additions, 0 deletionsassignment1/RunProgram.cs
- assignment1/UserInterface.cs 28 additions, 197 deletionsassignment1/UserInterface.cs
- assignment1/WineItem.cs 6 additions, 3 deletionsassignment1/WineItem.cs
- assignment1/WineItemCollection.cs 13 additions, 4 deletionsassignment1/WineItemCollection.cs
- assignment1/assignment1.csproj 1 addition, 0 deletionsassignment1/assignment1.csproj
Please register or sign in to comment