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

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

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

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

            _cycle();
        }