source:
trunk/Utilities/VbsEvents/Test.vbs
@
937
Last change on this file since 937 was 79, checked in by , 10 years ago | |
---|---|
File size: 180 bytes |
Line | |
---|---|
1 | Function Test_Event(Text) |
2 | WScript.Echo "Event: " + Text |
3 | End Function |
4 | |
5 | Dim Test |
6 | Set Test = WScript.CreateObject("AlaxInfo.VbsEvents.Foo", "Test_") |
7 | Test.Method("Event Fun") |
Note: See TracBrowser
for help on using the repository browser.