Zooflow: Implement prefix for Config and Logging, Remove halbgar dev config
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Imports DigitalData.Modules.EDMI.API
|
||||
Imports System.ComponentModel
|
||||
Imports DigitalData.Modules.EDMI.API
|
||||
Imports DigitalData.Modules.Logging
|
||||
|
||||
Public Class frmServiceConfig
|
||||
@@ -67,5 +68,11 @@ Public Class frmServiceConfig
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
|
||||
Private Sub frmServiceConfig_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing
|
||||
If ServiceAddress <> "" And ServiceOnline = True Then
|
||||
DialogResult = DialogResult.OK
|
||||
Else
|
||||
DialogResult = DialogResult.Cancel
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user