Beispiel #1
0
 public TestorTreeItem[] GetAppointedTests()
 {
     try
     {
         return(_testClient.GetAppointedTests());
     }
     catch (CommunicationException)
     {
         _testClient = _factory.CreateChannel();
         return(_testClient.GetAppointedTests());
     }
 }