8 lines
157 B
C#
8 lines
157 B
C#
namespace YavscLib
|
|
{
|
|
public static class YavscConstants
|
|
{
|
|
public static readonly string [] Forms = new string [] { "Book" };
|
|
|
|
}
|
|
} |