Exemple #1
0
        static public void Destroy()
        {
            for (int i = 0; i < 4; i++)
            {
                if (TestDB[i] != null)
                {
                    TestDB[i].Close();
                }
            }

            if (ViewDB != null)
            {
                ViewDB.Close();
            }

            if (ConfigDB != null)
            {
                ConfigDB.Close();
            }
        }