C
chirs
Can I use a class from another folder? If I can, should I use the path, such as:
AnotherClass c=new ..\folder2\AnotherClass();
Thanks.
Chris
AnotherClass c=new ..\folder2\AnotherClass();
Thanks.
Chris