yavsc/YavscLib/YavscConstants.cs

8 lines
157 B
C#
Raw Normal View History

2017-01-24 10:43:42 +01:00
namespace YavscLib
{
public static class YavscConstants
{
public static readonly string [] Forms = new string [] { "Book" };
}
}