Ejemplo n.º 1
0
 public SyncTemplate(HClustInterconnectBuilder icb)
 {
     _icb = icb;
 }
Ejemplo n.º 2
0
 private StagePlexInterconnectBuilder(Component host, IAutoBinder binder)
 {
     _host   = host;
     _binder = binder;
     _hcib   = (HClustInterconnectBuilder)HClustInterconnectBuilder.Factory.Create(host, binder);
 }