Thread: C# DLL
View Single Post
Join Date: Aug 2008
Posts: 1,158
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 136
dickersonka dickersonka is offline Offline
Veteran Poster

Re: C# DLL

 
0
  #5
Dec 1st, 2008
you need to call it like this since it is static

  1. ClassName.MethodName();
  2.  
  3. NookieBookieDoopieDoo.InitializeClient();
  4. NookieBookieDoopieDoo.Send("to", "replyTo", "subject", "body");
Custom Application & Software Development
www.houseshark.net
Reply With Quote