Ejemplo n.º 1
0
 public ShellBox(ShellClient shellClient)
 {
     _shellClient   = shellClient;
     ExecuteCommand = new Command(Execute);
     _receiver      = _shellClient.SubscribeTextReceived(this);
 }
Ejemplo n.º 2
0
        public TestShellClient()
        {
            ILogger logger = Mock.Of <ILogger>();

            _shellClient = new ShellClient(new Uri("http://localhost:5001"));
        }