Inheritance: IDisposable
コード例 #1
0
 public static void MyClassInitialize(TestContext testContext)
 {
     ExplorerTargetTests.explorerHost = new ExplorerHost();
 }
コード例 #2
0
 public static void MyClassInitialize()
 {
     ExplorerTargetTests.explorerHost = new ExplorerHost();
 }