ZooFlow: Use BaseRibbonForm, deprecate frmAdmin_Base
This commit is contained in:
8
GUIs.ZooFlow/Administration/IAdminForm.vb
Normal file
8
GUIs.ZooFlow/Administration/IAdminForm.vb
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user