コード例 #1
0
 public string CreateNamedNoteWithUri(string linked_title, string uri)
 {
     return(remote.CreateNamedNoteWithUri(linked_title, uri));
 }