Esempio n. 1
0
 public TestRemoteTest1DotCsharp()
 {
     svc  = new MyDeliveryService();
     test = new RemoteTest1(svc, vf);
 }
Esempio n. 2
0
 public void SetUpAttribute()
 {
     svc  = new MyDeliveryService();
     test = new RemoteTest1(svc, vf);
 }
Esempio n. 3
0
 public TestRemoteBase(MyDeliveryService svc, MyDefaultValueFactory vf) : base(svc, vf)
 {
     this.svc = svc;
 }