View Single Post
  #6 (permalink)  
Old 08-03-2007, 06:53 PM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Quote:
All my attempts to call this method have failed.
But it is constructor, not a method. You should at least add void keyword in front of the method name to make it a method.
Reply With Quote