Modules/GUIs.ZooFlow/Administration/frmAdmin_Interface.vb
2021-03-17 10:25:23 +01:00

10 lines
229 B
VB.net

Imports DigitalData.Modules.Logging
Public Interface frmAdmin_Interface
Property PrimaryKey As Integer
Property HasChanges As Boolean
Property IsInsert As Boolean
Function SaveData() As Boolean
End Interface