Monorepo/GUIs.ZooFlow/Administration/frmAdmin_Interface.vb
2021-02-12 12:50:04 +01:00

11 lines
259 B
VB.net

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