2021-04-29 16:09:49 +02:00

8 lines
186 B
VB.net

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