VB.Net - Variables in Modules
问题 I just stumbled upon the fact the Public variables in a Module can be accessed by my main Form (If not by other classes/Modules??). I was just creating a Module to store all of my Global Variables for organization, and planned to fully qualify the variable names where ever they appeared elsewhere. Then no errors occurred as I copied the variables from my main form, commented them out, and pasted them in my Module for variables. I ran my program for ha-ha's, and it worked perfectly. I did not