ZooFlow: Remove modcurrent, move flowsearch, small changes

This commit is contained in:
Jonathan Jenne
2021-01-12 10:58:27 +01:00
parent e8358e2921
commit 6fd11a09c7
13 changed files with 38 additions and 29 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -123,6 +123,10 @@
<Project>{EAF0EA75-5FA7-485D-89C7-B2D843B03A96}</Project>
<Name>Database</Name>
</ProjectReference>
<ProjectReference Include="..\Modules.EDMIAPI\EDMI.API.vbproj">
<Project>{25017513-0D97-49D3-98D7-BA76D9B251B0}</Project>
<Name>EDMI.API</Name>
</ProjectReference>
<ProjectReference Include="..\Modules.Language\Language.vbproj">
<Project>{d3c8cfed-d6f6-43a8-9bdf-454145d0352f}</Project>
<Name>Language</Name>