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