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