- add table file extension as const

pull/26/head
Simon Gockner 6 years ago
parent 762a5ba4b3
commit 712b073c2d
  1. 5
      GBase/GBase.cs

@ -16,6 +16,11 @@ namespace GBase
/// </summary>
public class GBase : IGBase
{
/// <summary>
/// The file extension for all GBase tables
/// </summary>
public const string GBASE_TABLE_FILE_EXTENSION = "gb"; //TODO: Find correct place for this const
/// <summary>
/// The base class of the GBase database
/// </summary>

Loading…
Cancel
Save