コード例 #1
0
 public void InitializeClient()
 {
     this.shippingClient = new ShippingClient();
     shippingClient.Open();
 }