Files
modernkeepass/ModernKeePass/Interfaces/IResource.cs
BONNEVILLE Geoffroy 744858df81 Created a Settings Service
Created a Recent Service
Created a Resources Service
Code refactor
Updated tests
2017-12-01 17:59:38 +01:00

8 lines
130 B
C#

namespace ModernKeePass.Interfaces
{
public interface IResource
{
string GetResourceValue(string key);
}
}