Clears the log.
()
| 695 | /// Clears the log. |
| 696 | /// </summary> |
| 697 | public void Clear() |
| 698 | { |
| 699 | _entries?.Clear(); |
| 700 | Refresh(); |
| 701 | } |
| 702 | |
| 703 | /// <summary> |
| 704 | /// Loads the log from the file selected by the user with the file pickup dialog. |
no outgoing calls
no test coverage detected