Ejemplo n.º 1
0
 public static void RemoveEntry(SystemLogEntry entry)
 {
     if (Adapter == null)
     {
         return;
     }
     Adapter.RemoveEntry(entry);
 }