ZooFlow: fix globx admin form constructor

This commit is contained in:
Jonathan Jenne 2021-05-17 14:33:36 +02:00
parent d32a14c4d8
commit f50fbe7099

View File

@ -7,8 +7,6 @@ Public Class frmAdmin_Globix
Public Property PrimaryKey As Integer Implements IAdminForm.PrimaryKey
Public Sub New(PrimaryKey As Integer, Optional IsInsert As Boolean = False)
MyBase.New(My.LogConfig)
' Dieser Aufruf ist für den Designer erforderlich.
InitializeComponent()