예제 #1
0
 public void Add(string item)
 {
     client.AddItemToSet(setId, item);
 }