calling a method from a static method
807606Mar 20 2007 — edited Mar 20 2007hello all,
I'm calling a non-static method from a static method (from the main method). To overcome this i can make the method i am calling static but is there another way to get this to work without making the method that is being called static?
all replies welcome, thanks