1
votes
votes
1 answers
Getting A Reference To Another Object Outside The Current Scope
I've got a problem and I don't know what jargon would accurately describe it so I'll just put it out there... [code] public class MyClass { public List<Device> Devices; public Library GlobalLibrary; ...
