Example #1
0
        public void UpdateSystem()
        {
            var stcons = ConnectionTable.GetConnections(ConnectionType.Structured);
            var lfcons = ConnectionTable.GetConnections(ConnectionType.Leaf);

            _ahstate = new AHHandler.AHState(Address, stcons, lfcons);
        }
Example #2
0
 public void UpdateSystem()
 {
   var stcons = ConnectionTable.GetConnections(ConnectionType.Structured);
   var lfcons = ConnectionTable.GetConnections(ConnectionType.Leaf);
   _ahstate = new AHHandler.AHState(Address, stcons, lfcons);
 }