コード例 #1
0
 public void MyTestCleanup() {
     target.Stop();
     target = null;
 }
コード例 #2
0
 public void MyTestInitialize() {
     target = new PeerRegistrationService();
 }