コード例 #1
0
ファイル: Reference.cs プロジェクト: XenaTechSIS/IntelliTraxx
 public System.Threading.Tasks.Task <string> addPolygonAsync(IntelliTraxx.PolygonService.polygonData poly)
 {
     return(base.Channel.addPolygonAsync(poly));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: XenaTechSIS/IntelliTraxx
 public string addPolygon(IntelliTraxx.PolygonService.polygonData poly)
 {
     return(base.Channel.addPolygon(poly));
 }