This commit is contained in:
Paul Schneider 2021-08-23 03:21:08 +01:00
commit cdb9a26d2c
16 changed files with 301 additions and 59 deletions

View file

@ -1,10 +0,0 @@
namespace isnd.Entities
{
public class IsndSettings
{
public string ProtectionTitle {get; set;}
public string PackagesRootDir {get; set;}
public int MaxUserKeyCount {get; set;}
}
}