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