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 {