Beispiel #1
0
 /**
  * <p>addCategory.</p>
  *
  * @param category a {@link iqq.im.bean.QQCategory} object.
  */
 public void addCategory(QQCategory category)
 {
     categoryDictionary.Add(category.getIndex(), category);
 }
Beispiel #2
0
 /**
  * <p>deleteCategory.</p>
  *
  * @param category a {@link iqq.im.bean.QQCategory} object.
  */
 public void deleteCategory(QQCategory category)
 {
     categoryDictionary.Remove(category.getIndex());
 }