示例#1
0
        private void UndoAssociation(object obj)
        {
            PebbleDevice.RemoveAssociation();

            NotifyPropertyChanged("IsDeviceAssociated");
            NotifyPropertyChanged("AssociatedDeviceFirmware");
            NotifyPropertyChanged("AssociatedDeviceBoard");
            NotifyPropertyChanged("AssociatedDeviceName");
            NotifyPropertyChanged("AssociatedDeviceId");

            MoreInfo = false;
        }