コード例 #1
0
 public bool SetNoteCompleteXml(string uri, string xml_contents)
 {
     return(remote.SetNoteCompleteXml(uri, xml_contents));
 }