コード例 #1
0
 public void RunAfterAnyTests()
 {
     if (_appHost != null)
     {
         _appHost.Stop();
         _appHost.Dispose();
     }
 }