If you already have class1 compiled and the .dll copied to the application's
bin directory -- you can just reference the namespace at the top of your
code-behind source (with the "Imports" statement in VB, and "using" in C#)
and create an instance of your class...