Exemplo n.º 1
0
        private Bus ScanBus()
        {
            string name = ScanTextIdentifier();

            return(system.LookupNamedBus(name));
        }