2021-04-26 15:22:11 +02:00

9 lines
221 B
VB.net

Public Interface IAdminForm
Property PrimaryKey As Integer
Property HasChanges As Boolean
Property IsInsert As Boolean
Function SaveData() As Boolean
Function DeleteData() As Boolean
End Interface