Language: C#
Console read command loop
while(true) { events.Publish(new ConsoleKeyPressedEvent { Info = Console.ReadKey(); } }
Report Abuse
while(true) { events.Publish(new ConsoleKeyPressedEvent { Info = Console.ReadKey(); } }