Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
4394 Points
1102 Posts
Apr 23, 2012 07:03 PM|LINK
if it's static, you don't need a new instance. You should be able to access it directly.
Try removing the static keyword.
adamturner34
Contributor
4394 Points
1102 Posts
Re: Web form event referencing a class
Apr 23, 2012 07:03 PM|LINK
if it's static, you don't need a new instance. You should be able to access it directly.
Try removing the static keyword.