I searched on the site for an answer that I needed, but I could not find it...
I have this:
string sNameOfClass="BusNode";
And the class already exists, and has its own properties.
Now I need to do something like this, but I dont know how...
sNameOfClass variable1 = new sNameOfClass()
and use varible1
forward in program as a normal variable...
so like
coorinateClass cs = new ks();
cs.a=11;
cs.b=33;
cs.c=55;
Any clues?
Thank you in advance