public async Task Init() { brain = new Brain(); //We need a remote console open otherwise we're useless var remoteShell = new ShellInput(); remoteShell.Init(this); Inputs.Add(remoteShell); }
public ShellOutput(ShellInput shellInput) { input = shellInput; }