Referencing Code from a previous Web Form
I'm trying to use code that I wrote in another project. I created a component class in a folder called utilities. The class I created is called AaronUtility within the Namespace Aaron. How would I access the AaronUtility class from the code in another folder called Bob in the webform called WebForm1?
Thank you,
-Aaron
|