Hello all,
im new to c#, Io have one question. I think its easy and simple, but I can't found any help.
i have clas named Entity..
i can make new instance of it by:
Entity eraser = new Entity("Eraser ", 6, 2, 3);
but when i create this i cant manage it anywhere, only where i created it.
How i can make this instance of class visible everywhere?
Regards
esy
im new to c#, Io have one question. I think its easy and simple, but I can't found any help.
i have clas named Entity..
i can make new instance of it by:
Entity eraser = new Entity("Eraser ", 6, 2, 3);
but when i create this i cant manage it anywhere, only where i created it.
How i can make this instance of class visible everywhere?
Regards
esy
Comment