public TestCaseComponentCollection(TestSuiteComponent owner)
 {
     this.owner = new WeakReference(owner);
 }
Пример #2
0
 public TestCaseComponentCollection(TestSuiteComponent owner)
 {
     this.owner = new WeakReference(owner);
 }