Пример #1
0
 public System.Threading.Tasks.Task <string> addPolygonAsync(IntelliTraxx.AJAXVehiclesService.polygonData poly, string type)
 {
     return(base.Channel.addPolygonAsync(poly, type));
 }
Пример #2
0
 public string addPolygon(IntelliTraxx.AJAXVehiclesService.polygonData poly, string type)
 {
     return(base.Channel.addPolygon(poly, type));
 }