From 83a2ceb42dbf48abec926bcf294770e079124077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Fri, 31 Mar 2023 07:29:07 +0200 Subject: [PATCH] Adding missing namespace --- Password Manager/PasswordGenerator.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Password Manager/PasswordGenerator.cs b/Password Manager/PasswordGenerator.cs index b378748..bc3721e 100644 --- a/Password Manager/PasswordGenerator.cs +++ b/Password Manager/PasswordGenerator.cs @@ -1,4 +1,7 @@ -namespace Password_Generator +using Password_Manager; +using System.Text; + +namespace Password_Generator { static class PasswordGenerator {