public MainPage()
        {
            this.InitializeComponent();

            Connectivity = new CC2650SensorTag.CC2650SensorTagUnpairedBTConnectivity();

            MP = this;
        }
Exemple #2
0
        public MainPage()
        {
            this.InitializeComponent();

            Connectivity = new CC2650SensorTag.CC2650SensorTagUnpairedBTConnectivity();
            CC2650SensorTag.PrependTextStatic = PrependTextStatic;
            msgCounter = 0;
            MP         = this;
        }
Exemple #3
0
 private void Button_Tapped_Exit(object sender, TappedRoutedEventArgs e)
 {
     Connectivity = null;
     App.Current.Exit();
 }