コード例 #1
0
 public string [] GetAllNotesInNotebook(string notebook_name)
 {
     return(remote.GetAllNotesInNotebook(notebook_name));
 }