Terminal UI V2, advanced binding
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
namespace TerminalUI;
|
||||
using TerminalUI.ConsoleDrivers;
|
||||
|
||||
namespace TerminalUI;
|
||||
|
||||
public class ApplicationContext : IApplicationContext
|
||||
{
|
||||
public required IConsoleDriver ConsoleDriver { get; init; }
|
||||
public IEventLoop EventLoop { get; init; }
|
||||
public bool IsRunning { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user