void ConsoleUpdatedEventHandler(IConsoleService console)_.cs 130 B

123456
  1. using System;
  2. namespace SRDebugger.Services
  3. {
  4. public delegate void ConsoleUpdatedEventHandler(IConsoleService console);
  5. }