INetInput.cs 93 B

1234
  1. namespace Terminal.Gui;
  2. internal interface INetInput : IConsoleInput<ConsoleKeyInfo>
  3. { }