Skip to content

Commit

Permalink
Allow pre and post extApp for integrated Apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Rehm committed Feb 20, 2011
1 parent 5b0ba26 commit 2f296d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mRemoteV1/Tools/Tools.ExternalApp.vb
Expand Up @@ -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
Expand Down

0 comments on commit 2f296d6

Please sign in to comment.