initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using LogViewer.Core;
|
||||
using LogDataStore = LogViewer.Avalonia.Logging.LogDataStore;
|
||||
|
||||
namespace AvaloniaLoggingNoDI.DataStores;
|
||||
|
||||
// Application-wide shared instance of the LogDataStore logging entries
|
||||
public static class MainControlsDataStore
|
||||
{
|
||||
public static ILogDataStore DataStore { get; } = new LogDataStore();
|
||||
}
|
||||
Reference in New Issue
Block a user