Пример #1
0
        //public static long TestKey = -1;
        //public static string TestString = "";

        protected DataBase(string path)
        {
            Tables        = new List <ITable>();
            DirectoryPath = Path.GetDirectoryName(path) + "\\";

            DirectoryPath.CheckPath();

            Logs = new Logs(this);
        }