Call into a class library

To invoke code that was written in a separate Silverlight class library, a call must be placed to that class library.

The call must be invoked first, and then the library can be leveraged from the code behind in the Silverlight project. To edit code from Visual Studio rather than the Silverlight Designer, see Edit Forms using Visual Studio 2010.
Note: To load the assembly so you can use the classes in it, follow the instructions in Add a reference to a Silverlight assembly.