blah blah blah is here! blah blah » Close

0
votes
0 answers

splitContainer visibility and scope

Where do you set the visibility of a splitContainer using Design Editor. I am using the Design Editor in Visual Studio and have created a Form and attached a splitContainer. All of this is in file Form1.cs. I am attempting to access t ...

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