monster commit for zoo flow, prepare migration of cw

This commit is contained in:
Jonathan Jenne
2019-09-12 17:06:14 +02:00
parent 13da64c6ad
commit 6b955569f6
88 changed files with 3001 additions and 130 deletions

View File

@@ -0,0 +1,7 @@
Namespace State
Public Class ModuleState
Public Property HasAccess As Boolean
Public Property IsAdmin As Boolean
Public Property LoggedIn As Integer
End Class
End Namespace