Inheritance: IDisposable
Exemplo n.º 1
0
 public static void MyClassInitialize(TestContext testContext)
 {
     ExplorerTargetTests.explorerHost = new ExplorerHost();
 }
 public static void MyClassInitialize()
 {
     ExplorerTargetTests.explorerHost = new ExplorerHost();
 }