Exemple #1
0
 /// <summary>
 /// 移除所有主题消息
 /// </summary>
 public void RemoveAll()
 {
     if (Repository != null)
     {
         Repository.Clear();
     }
 }