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