예제 #1
0
 public void FinishTest()
 {
     if (_directoryWrap.Exists(path))
     {
         _directoryWrap.Delete(path, true);
     }
 }