liked for C#
if anyone is interested in C# applications, check out these
http://osbot.org/forum/topic/91098-release-startupfile-either-for-lazy-people-or-for-people-that-dont-know-how-to
http://osbot.org/forum/topic/89971-quickstart-released/
http://osbot.org/forum/topic/92065-release-autoshutdown/
also made a program in C# for a OSRS streamer
http://www.twitch.tv/iamkeeferz/v/37649131?t=05m47s
if anyone has any questions go ahead and ask
to add to OP:
you should create a seperate class for variables to keep your application clean, like this
as you can see i have 2 classes in the folder Value object.
it's neccecary to do this with bigger applications, so that your program won't become spaghetti. it's also nice to work organized.
once you have the class, you can call the variable from anywhere, this is what i love about this method
requirements:
Make the property static
the way you described it:
it might be a little complicated for starters, but i advice you to try and understand