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

@@ -78,4 +78,8 @@ Public Class frmAdmin_Globix
Private Sub SimpleButton2_Click(sender As Object, e As EventArgs) Handles SimpleButton2.Click
End Sub
Public Function DeleteData() As Boolean Implements frmAdmin_Interface.DeleteData
Throw New NotImplementedException()
End Function
End Class