modglobals.bas

来自「这个例程及文档详细地介绍了VB6中的物件导向概念」· BAS 代码 · 共 13 行

BAS
13
字号
Attribute VB_Name = "modGlobals"
'********************************************************************************************
' modGlobals Module Definition
'
' This is a standard module that defines global variables for the
' LinkedTimers DLL.
'
'********************************************************************************************
Option Explicit
'Global collection for link objects that link the timer back to the requesting object
Public g_PrimedTimers As CLinkTimers

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?