blah blah blah is here! blah blah » Close

1
votes
1 answers

Getting A Reference To Another Object Outside The Current Scope

eeboy
499

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; ...

Feedback