Example #1
0
 //获取设备列表
 private void GetDeviceList_Click(object sender, RoutedEventArgs e)
 {
     Location.TModel.Location.AreaAndDev.DevInfo[] lst = client.GetDeviceList(null, null, null);
     int nn = 0;
 }