ChineseChess/ChineseChess.GUI/Models/AppConfig.cs
2021-05-30 22:57:53 +08:00

12 lines
250 B
C#

namespace ChineseChess.GUI.Models
{
public class AppConfig
{
public string ConfigurationsFolder { get; set; }
public string AppPropertiesFileName { get; set; }
public string PrivacyStatement { get; set; }
}
}