コード例 #1
0
 public AlgorithmFlowConnector(AlgorithmFlowElement owner, string name, bool isInput, StorageLayer layer)
     : base(owner, name, isInput)
 {
     this.m_LayerOwner = owner;
 }
コード例 #2
0
 public AlgorithmFlowConnector(AlgorithmFlowElement owner, string name, bool isInput, StorageLayer layer)
     : base(owner, name, isInput)
 {
     this.m_LayerOwner = owner;
 }