Example #1
0
 //获取门禁卡列表
 private void GetCardList_Click(object sender, RoutedEventArgs e)
 {
     client.GetCardList();
     int nn = 0;
 }
 //获取门禁卡列表
 private void GetCardList_Click(object sender, RoutedEventArgs e)
 {
     EntranceGuardCard[] lst = client.GetCardList();
     int nn = 0;
 }