Skip to content

Instantly share code, notes, and snippets.

@alcabanillas-engh
Created October 17, 2008 22:20
Show Gist options
  • Save alcabanillas-engh/17548 to your computer and use it in GitHub Desktop.
Save alcabanillas-engh/17548 to your computer and use it in GitHub Desktop.
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