示例#1
0
文件: Julie.cs 项目: conkerjo/julie
        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);
        }
示例#2
0
 public ShellOutput(ShellInput shellInput)
 {
     input = shellInput;
 }