yavsc/Yavsc/Settings/ThirdPartyFiles.cs

11 lines
256 B
C#
Raw Normal View History

2016-05-17 18:22:18 +02:00
namespace Yavsc
{
public class ThirdPartyFiles {
2016-05-30 18:30:35 +02:00
public string DirName { get; set; }
2016-05-17 18:22:18 +02:00
public string Quota { get; set; }
2016-08-03 16:38:25 +02:00
public string Blog { get; set; }
public string Bills { get; set; }
2016-05-17 18:22:18 +02:00
}
}