Example #1
0
        public MainPage()
        {
            this.InitializeComponent();

            _redLed   = _factory.GetComponent <IExplorerHatRedLed>();
            _greenLed = _factory.GetComponent <IExplorerHatGreenLed>();

            _cycle();
        }
Example #2
0
        public MainPage()
        {
            this.InitializeComponent();

            _redLed = _factory.GetComponent<IExplorerHatRedLed>();
            _greenLed = _factory.GetComponent<IExplorerHatGreenLed>();

            _cycle();
        }