From d817522df32277de08a3caac977af5be78118004 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 29 Dec 2025 13:37:04 +0100 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=9ELinie=204:=20Add=20the=20import=20?= =?UTF-8?q?for=20the=20NLog=20namespace=20so=20that=20the=20Logger=20type?= =?UTF-8?q?=20is=20recognized.=20The=20Logger=20type=20used=20in=20the=20c?= =?UTF-8?q?ode=20matches=20NLog.Logger,=20which=20provides=20the=20Error?= =?UTF-8?q?=20method=20used=20in=20the=20class.=E2=80=9C=20in=20Datei=20?= =?UTF-8?q?=E2=80=9EEncryption\Encryption.vb=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Encryption/Encryption.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Encryption/Encryption.vb b/Encryption/Encryption.vb index c1cbab7c..22bc6970 100644 --- a/Encryption/Encryption.vb +++ b/Encryption/Encryption.vb @@ -1,6 +1,7 @@ Imports System.IO Imports System.Security.Cryptography Imports System.Text.Encoding +Imports NLog ''' ''' https://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp