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