New controls, main view
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using TerminalUI.ConsoleDrivers;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using TerminalUI.ConsoleDrivers;
|
||||
|
||||
namespace TerminalUI;
|
||||
|
||||
@@ -7,4 +8,5 @@ public interface IApplicationContext
|
||||
IEventLoop EventLoop { get; init; }
|
||||
bool IsRunning { get; set; }
|
||||
IConsoleDriver ConsoleDriver { get; init; }
|
||||
ILoggerFactory? LoggerFactory { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user