コード例 #1
0
 public TestRemoteTest1DotCsharp()
 {
     svc  = new MyDeliveryService();
     test = new RemoteTest1(svc, vf);
 }
コード例 #2
0
 public void SetUpAttribute()
 {
     svc  = new MyDeliveryService();
     test = new RemoteTest1(svc, vf);
 }
コード例 #3
0
 public TestRemoteBase(MyDeliveryService svc, MyDefaultValueFactory vf) : base(svc, vf)
 {
     this.svc = svc;
 }