Exemplo n.º 1
0
        public void UpdateSystem()
        {
            var stcons = ConnectionTable.GetConnections(ConnectionType.Structured);
            var lfcons = ConnectionTable.GetConnections(ConnectionType.Leaf);

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