ZooFlow: Add Base Form

This commit is contained in:
Jonathan Jenne
2021-02-12 12:47:40 +01:00
parent 4108410b15
commit 403c87bde7
12 changed files with 156 additions and 114 deletions

View File

@@ -0,0 +1,10 @@
Imports DigitalData.Modules.Logging
Public Interface frmAdmin_Interface
Property PrimaryKey As Integer
Property Logger As Logger
Property HasChanges As Boolean
Property IsInsert As Boolean
Function SaveData() As Boolean
End Interface