I don't even know anymore
This commit is contained in:
14
Password Manager/PasswordList.cs
Normal file
14
Password Manager/PasswordList.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Password_Manager
|
||||
{
|
||||
sealed class PasswordListBox : ListBox
|
||||
{
|
||||
public PasswordListBox() : base() { }
|
||||
|
||||
public void ReadFromPath()
|
||||
{
|
||||
//read all files from
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user