ZooFlow: Admin

This commit is contained in:
Jonathan Jenne
2021-04-08 16:57:57 +02:00
parent 37ee8bef5d
commit 97c0b72d9d
25 changed files with 319 additions and 313 deletions

View File

@@ -73,4 +73,8 @@ Public Class frmAdmin_CWProfile
ShowStatus("Attribute gespeichert!")
End If
End Sub
Public Function DeleteData() As Boolean Implements frmAdmin_Interface.DeleteData
Throw New NotImplementedException()
End Function
End Class