Renamed namespaces

This commit is contained in:
2023-04-02 22:04:30 +02:00
parent c370e0ba56
commit 2637741703
11 changed files with 12 additions and 15 deletions

View File

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