Ejemplo n.º 1
0
 public RHostBrokerConnector(ICoreShell coreShell = null)
 {
     _coreShell     = coreShell;
     _hostConnector = new NullRHostConnector();
 }
Ejemplo n.º 2
0
 public RHostBrokerConnector()
 {
     _hostConnector = new NullRHostConnector();
 }