示例#1
0
 public bool SetNoteContentsXml(string uri, string xml_contents)
 {
     return(remote.SetNoteContentsXml(uri, xml_contents));
 }