removed other projects
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Serilog.Sinks.LogView.Core.Logging;
|
||||
|
||||
namespace LogViewer.Avalonia.Extensions;
|
||||
|
||||
public class LogViewerControlViewModel(ILogDataStore dataStore) : ILogDataStoreCore
|
||||
{
|
||||
public ILogDataStore DataStore { get; set; } = dataStore;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user