8 lines
164 B
C#
8 lines
164 B
C#
|
|
namespace Yavsc
|
||
|
|
{
|
||
|
|
|
||
|
|
public class ThirdPartyFiles {
|
||
|
|
public string RootDir { get; set; }
|
||
|
|
public string Quota { get; set; }
|
||
|
|
}
|
||
|
|
}
|