示例#1
0
 public bool Remove(string item)
 {
     return(client.RemoveItemFromList(listId, item) > 0);
 }