blah blah blah is here! blah blah » Close

0
votes
2 answers

Accessing variables from different classes in Windows Application

Hi, I have a Windows Application which contains quite a few classes and code files. Now, I want to access a variable to display it on the form. How can I do it. The variable is declared in a public function called doTestEnc() in th ...

Feedback