Exercise for Lecture 05 --- Start work on Assignment 2 via NClass: 0. Download the zip folder, Assn2.zip, from the CIS501 Assignments page. 1. Use NClass to generate Solution CardConcepts, a Class Library. Then, start VS on it and "convert" it into VS2013; then BUILD its .dll file. 2. use NClass to generate VS Solution BJ2. Alas, you cannot use BJ2, because you want a Forms App, not a Class Library! So, in the same folder where you saved Solution CardConcepts, create a new VS Forms App Solution, BlackJack2, and *copy-and-paste* the .cs files from BJ2 into it (not pretty, but simple). Connect CardConcepts to BlackJack2 and build Blackjack2. Once your Solution compiles without errors, you are ready to demo your work to Pavel or me. -------LATER: Study and test the PassiveFormsExample that I gave you --- it shows how to use MessageBoxes and passive output forms, which are required for Assignment 2. Go to work on Assignment 2, due next week Weds.