ZooFlow: Remove modcurrent, move flowsearch, small changes
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
Namespace State
|
||||
Imports DigitalData.Modules.EDMI.API
|
||||
|
||||
Namespace State
|
||||
Public Class ServiceState
|
||||
Public Property IsOnline As Boolean = False
|
||||
Public Property IsActive As Boolean = False
|
||||
Public Property LastChecked As Date = Date.Now
|
||||
Public Property Address As String = String.Empty
|
||||
Public Property Client As Client = Nothing
|
||||
End Class
|
||||
End Namespace
|
||||
@@ -15,6 +15,8 @@ Namespace State
|
||||
Public Property DateFormat As String
|
||||
Public Property Language As String
|
||||
|
||||
Public Property HideBasicConfig As Boolean = False
|
||||
|
||||
''' <summary>
|
||||
''' Initialize user object with values that can be read from the environment
|
||||
''' </summary>
|
||||
|
||||
Reference in New Issue
Block a user