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