Example #1
0
 public bool UpdateTagInfoSystem(long MapTime, ObservableCollection <MapTag> MapArray)
 {
     return(IO_AGVMapService.UpdateTagInfoBLL(MapTime, MapArray));
 }