示例#1
0
 public void ClearLog()
 {
     foreach (var logEntry in FilteredEntities.ToList())
     {
         Delete(logEntry);
     }
 }