ZooFlow: Remove references to SaveData from Interface

This commit is contained in:
Jonathan Jenne
2021-05-07 13:36:08 +02:00
parent 2c28419a34
commit 87f40977e2
3 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ Public Class frmGlobixAdministration
End Sub
Public Function SaveData() As Boolean Implements IAdminForm.SaveData
Public Function SaveData() As Boolean
Throw New NotImplementedException()
End Function