上网搜索了一下,找到了一些资料: 创建只包含一个共享成员的一个VB.NET类的更简单的方法就是定义一个Module。Module是规则的、不能创建的类,它的成员是静态的。 类模块与模块的区别: 1.类模块中的数据对创建的每一个新实例都是惟一的,而在标准模块中的数据 ...
Modules are just bags of code, intended to be shared between more than one worksheet or object. You can't explicitly place modules into the Objects folder; code that lives there is actually contained ...