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