Allow pre and post extApp for integrated Apps

This commit is contained in:
Andreas Rehm
2011-02-20 12:50:18 +01:00
parent 5b0ba26ecd
commit 2f296d691c

View File

@@ -159,6 +159,8 @@ Namespace Tools
nCI.MacAddress = _ConnectionInfo.MacAddress
nCI.UserField = _ConnectionInfo.UserField
nCI.Description = _ConnectionInfo.Description
nCI.PreExtApp = _ConnectionInfo.PreExtApp
nCI.PostExtApp = _ConnectionInfo.PostExtApp
OpenConnection(nCI)
Catch ex As Exception