private static void Run() { _form = new ConsoleForm(); Application.Run(_form); }
public CliInvocationContext(ConsoleForm window) { Window = window; }