Exemplo n.º 1
0
        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);
        }
Exemplo n.º 2
0
 public ShellOutput(ShellInput shellInput)
 {
     input = shellInput;
 }