O
ORC
If I do this:
MyClass.ToString();
I e.g. get this:
MyApplication.Form1+MyClass
But how do I get the name of myclass alone?
Thanks
Ole
MyClass.ToString();
I e.g. get this:
MyApplication.Form1+MyClass
But how do I get the name of myclass alone?
Thanks
Ole