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