clean up frmFileTest

This commit is contained in:
Jonathan Jenne
2020-02-04 16:06:47 +01:00
parent b8855659b4
commit 97806fe9cd
2 changed files with 11 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ Public Class Document
''' Connect to the service
''' </summary>
''' <returns>True if connection was successful, false otherwise</returns>
Public Function Connect()
Public Function Connect() As Boolean
Try
_channel = GetChannel()