mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Implementing Recent Files WIP
Code refactoring Entry coloring
This commit is contained in:

committed by
BONNEVILLE Geoffroy

parent
817f25e8a8
commit
1ca3f29da0
8
ModernKeePass/Models/RecentItem.cs
Normal file
8
ModernKeePass/Models/RecentItem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ModernKeePass.Models
|
||||
{
|
||||
public class RecentItem
|
||||
{
|
||||
public string Token { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user