コード例 #1
0
 public SyncTemplate(HClustInterconnectBuilder icb)
 {
     _icb = icb;
 }
コード例 #2
0
ファイル: StagePlex.cs プロジェクト: cephdon/systemsharp
 private StagePlexInterconnectBuilder(Component host, IAutoBinder binder)
 {
     _host   = host;
     _binder = binder;
     _hcib   = (HClustInterconnectBuilder)HClustInterconnectBuilder.Factory.Create(host, binder);
 }