Sunday, August 2, 2009

C# How can I connect a dll file from class library to a button?

I have a button and would like to connect that button with a dll class file library (a class added by 'add reference'). I already have code inside that class that I would like to be executed when the button is pressed. Basically, how can I connect button1 to a class....is what I'm trying to say.

daffodil

No comments:

Post a Comment