ZooFlow: Use BaseRibbonForm, deprecate frmAdmin_Base
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
Imports DigitalData.Modules.Logging
|
||||
Public Class frmGlobixAdministration
|
||||
|
||||
Implements frmAdmin_Interface
|
||||
Public Property PrimaryKey As Integer Implements frmAdmin_Interface.PrimaryKey
|
||||
Public Property HasChanges As Boolean Implements frmAdmin_Interface.HasChanges
|
||||
Public Property IsInsert As Boolean Implements frmAdmin_Interface.IsInsert
|
||||
Implements IAdminForm
|
||||
Public Property PrimaryKey As Integer Implements IAdminForm.PrimaryKey
|
||||
Public Property HasChanges As Boolean Implements IAdminForm.HasChanges
|
||||
Public Property IsInsert As Boolean Implements IAdminForm.IsInsert
|
||||
Private Logger As Logger
|
||||
Private CURRCOntrolGroup As LayoutControlGroup
|
||||
Public Sub New(PrimaryKey As Integer)
|
||||
@@ -105,7 +105,7 @@ Public Class frmGlobixAdministration
|
||||
End Sub
|
||||
|
||||
|
||||
Public Function SaveData() As Boolean Implements frmAdmin_Interface.SaveData
|
||||
Public Function SaveData() As Boolean Implements IAdminForm.SaveData
|
||||
Throw New NotImplementedException()
|
||||
End Function
|
||||
|
||||
@@ -205,7 +205,7 @@ Public Class frmGlobixAdministration
|
||||
End Select
|
||||
End Sub
|
||||
|
||||
Public Function DeleteData() As Boolean Implements frmAdmin_Interface.DeleteData
|
||||
Public Function DeleteData() As Boolean Implements IAdminForm.DeleteData
|
||||
Throw New NotImplementedException()
|
||||
End Function
|
||||
End Class
|
||||
Reference in New Issue
Block a user