Refactor font resolving to its own class/file
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MayShow.Interfaces;
|
||||
|
||||
interface ILogger
|
||||
{
|
||||
void LogInfo(string message, params object[]? arguments);
|
||||
}
|
||||
Reference in New Issue
Block a user