mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Adds IConsoleDriver
This commit is contained in:
@@ -9,7 +9,7 @@ namespace SelfContained;
|
||||
|
||||
public static class Program
|
||||
{
|
||||
[RequiresUnreferencedCode ("Calls Terminal.Gui.Application.Run<T>(Func<Exception, Boolean>, ConsoleDriver)")]
|
||||
[RequiresUnreferencedCode ("Calls Terminal.Gui.Application.Run<T>(Func<Exception, Boolean>, IConsoleDriver)")]
|
||||
private static void Main (string [] args)
|
||||
{
|
||||
Application.Init ();
|
||||
|
||||
Reference in New Issue
Block a user