Adding missing namespace

This commit is contained in:
2023-03-31 07:29:07 +02:00
parent 975425fd0c
commit 83a2ceb42d

View File

@@ -1,4 +1,7 @@
namespace Password_Generator using Password_Manager;
using System.Text;
namespace Password_Generator
{ {
static class PasswordGenerator static class PasswordGenerator
{ {