コード例 #1
0
 public OrderDetails()
 {
     InitializeComponent();
     serv      = new DemoWCFService.DemoServiceServerClient();
     customers = serv.GetCustomerIds().ToList();
     this.CustomerIds.ItemsSource = customers;
 }