Пример #1
0
 public void MyTestCleanup()
 {
     target.Stop();
     target = null;
 }
Пример #2
0
 public void MyTestInitialize()
 {
     target = new PeerRegistrationService();
 }