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,7 @@
using System.Diagnostics;
using System.Text;
namespace Password_Manager
namespace Common
{
public delegate void ProcessSuccess();
public delegate void ProcessFailure(Exception e);