Zooflow: administration

This commit is contained in:
Jonathan Jenne
2021-03-17 10:25:23 +01:00
parent 099d65ed70
commit 64137a297c
38 changed files with 2612 additions and 444 deletions

View File

@@ -4,13 +4,9 @@ Public Class frmAdmin_CWProfile
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
Private Property Logger As Logger Implements frmAdmin_Interface.Logger
Public Sub New(PrimaryKey As Integer)
' Dieser Aufruf ist für den Designer erforderlich.
InitializeComponent()