コード例 #1
0
 /// <summary>
 /// Performs initialization when the adapter is connected to the group's DomNode.
 /// Raises the DomNodeAdapter NodeSet event and performs custom processing:
 /// creates a DomNodeListAdapter for various circuit elements.</summary>
 protected override void OnNodeSet()
 {
     m_info    = new CircuitGroupInfo();
     m_inputs  = new PinList <ICircuitPin>();
     m_outputs = new PinList <ICircuitPin>();
     Refresh();
 }