Example #1
0
 public bool ExistsSystem(string Program, long MapTime, long UTCTime)
 {
     return(IO_AGVMapService.ExistsProgramBLL(Program, MapTime, UTCTime));
 }