Adding Password_Store class, added a few items to form
This commit is contained in:
@@ -2,6 +2,7 @@ namespace Password_Manager
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
@@ -13,5 +14,10 @@ namespace Password_Manager
|
||||
ApplicationConfiguration.Initialize();
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
|
||||
static void UpdateList(TextBox textbox, ListBox listbox)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user