Renamed namespaces
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Password_Manager
|
||||
namespace Common
|
||||
{
|
||||
class Config
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Microsoft.VisualBasic.FileIO;
|
||||
|
||||
namespace Password_Manager
|
||||
namespace Common
|
||||
{
|
||||
static class ConfigFileManager
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Password_Manager
|
||||
namespace Common
|
||||
{
|
||||
class InvalidConfigurationException : Exception
|
||||
{
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
using Password_Manager;
|
||||
using System.Text;
|
||||
using System.Text;
|
||||
|
||||
namespace Password_Generator
|
||||
namespace Common
|
||||
{
|
||||
static class PasswordGenerator
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user