Adding files

This commit is contained in:
Miskolczi Richárd
2023-03-24 10:17:54 +01:00
commit 55ef7b4fb1
32 changed files with 494 additions and 0 deletions

10
Password Manager/Form1.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace Password_Manager
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}