Created
October 17, 2008 22:20
-
-
Save alcabanillas-engh/17548 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sub Main() | |
' Presence Agent activation | |
frmInBoundDemo.PresenceInterfaceX1.Active | |
'Connection to services | |
frmInBoundDemo.PresenceInterfaceX1.ConnectToService (2001) | |
frmInBoundDemo.PresenceInterfaceX1.ConnectToService (2051) | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment