11 lines
260 B
VB.net
11 lines
260 B
VB.net
Imports DigitalData.Modules.Logging
|
|
|
|
Public Interface interfaceAdmin_Form
|
|
Property PrimaryKey As Integer
|
|
Property Logger As Logger
|
|
Property HasChanges As Boolean
|
|
Property IsInsert As Boolean
|
|
|
|
Function SaveData() As Boolean
|
|
End Interface
|