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