source: trunk/Utilities/Miscellaneous/ComEvents01/Test.vbs @ 601

Last change on this file since 601 was 601, checked in by roman, 8 years ago
File size: 220 bytes
Line 
1Function state_OnReady()
2    WScript.Echo "state_OnReady"
3End Function
4
5Dim state
6Set state = WScript.CreateObject("ComEvents01.ParserState", "state_")
7'WScript.ConnectObject state, "state_"
8state.Initialize
9
10
Note: See TracBrowser for help on using the repository browser.