Exemplo n.º 1
0
        private void ObtainModules()
        {
            this.Modules = new List <Module>();

            CommunicationProvider <IUARTCommunication> uartCommProvider = new CommunicationProvider <IUARTCommunication>();

            this.Modules.AddRange(uartCommProvider.GetModules());
        }