示例#1
0
 public GetContentRequest1(Trin_WordAddIn_BindingDataToContentControl_O12.ContentService.appId appId, Trin_WordAddIn_BindingDataToContentControl_O12.ContentService.getContentRequest getContentRequest)
 {
     this.appId             = appId;
     this.getContentRequest = getContentRequest;
 }
示例#2
0
 public Trin_WordAddIn_BindingDataToContentControl_O12.ContentService.getNavigationPathsResponse GetNavigationPaths(Trin_WordAddIn_BindingDataToContentControl_O12.ContentService.appId appId, Trin_WordAddIn_BindingDataToContentControl_O12.ContentService.getNavigationPathsRequest getNavigationPathsRequest)
 {
     Trin_WordAddIn_BindingDataToContentControl_O12.ContentService.GetNavigationPathsRequest1 inValue = new Trin_WordAddIn_BindingDataToContentControl_O12.ContentService.GetNavigationPathsRequest1();
     inValue.appId = appId;
     inValue.getNavigationPathsRequest = getNavigationPathsRequest;
     Trin_WordAddIn_BindingDataToContentControl_O12.ContentService.GetNavigationPathsResponse1 retVal = ((Trin_WordAddIn_BindingDataToContentControl_O12.ContentService.ContentServicePortType)(this)).GetNavigationPaths(inValue);
     return(retVal.getNavigationPathsResponse);
 }