示例#1
0
 public string CreateNamedNote(string linked_title)
 {
     return(remote.CreateNamedNote(linked_title));
 }