Beispiel #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);
        }
Beispiel #2
0
 public ShellOutput(ShellInput shellInput)
 {
     input = shellInput;
 }