From e8994cf525555fac8c5947a1c378a76075840daf Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 26 Oct 2022 15:00:29 +0200 Subject: [PATCH] Common: Missing change --- GUIs.Common/frmNotification_Startup.vb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GUIs.Common/frmNotification_Startup.vb b/GUIs.Common/frmNotification_Startup.vb index 85b7b857..0d36d61d 100644 --- a/GUIs.Common/frmNotification_Startup.vb +++ b/GUIs.Common/frmNotification_Startup.vb @@ -39,10 +39,7 @@ Public Class frmNotification_Startup End Function End Class - Public Sub New() - ' Dieser Aufruf ist für den Designer erforderlich. - InitializeComponent() - End Sub + Public Sub New(pNotificationsTable As DataTable, pLogConfig As LogConfig, pGDPictureKey As String, pCaption As String, pEnvironment As DigitalData.Modules.ZooFlow.Environment) ' Dieser Aufruf ist für den Designer erforderlich.