We are now going to make use of the MyLib.dll that was created in the previous lesson. The dll contains IsEven(int n) method that we want to call.

Note that using MyLib; line makes all the public classes and methods in MyLib.dll available.

Continue...