예제 #1
0
 public void Init()
 {
     // Setup code goes here...
     cleaner = new NoCleaningCleaner();
 }
예제 #2
0
 public void Cleanup()
 {
     // TearDown code goes here...
     cleaner = null;
 }