May 2018
Intermediate to advanced
394 pages
9h 51m
English
In steps 1 to 14, we opened the solution with the library. Then, we added a WPF application project to the solution. Later, we added the reference to the class library. In steps 16 to 20, we built the UI and changed a few properties. In step 22, we created the reference to the library at the code level.
Finally, we added the code for a button click, which is straightforward, created an instance of the SendMail class, and then populated the properties from the UI itself. Finally, in steps 24 and 25 we tested the output.