Exemplo n.º 1
0
        public void Dispose()
        {
            TestDirectory.Refresh();

            if (TestDirectory.Exists)
            {
                TestDirectory.Delete(true);
            }
        }
Exemplo n.º 2
0
        public void Dispose()
        {
            if (TestDirectory == null)
            {
                return;
            }

            TestDirectory.Refresh();

            if (TestDirectory.Exists)
            {
                TestDirectory.Delete(true);
            }
        }