Logging, Configuration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace FileTime.Avalonia.Configuration
|
||||
{
|
||||
public static class MainConfiguration
|
||||
{
|
||||
public static readonly Dictionary<string, string> Configuration = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user