Example #1
0
 public Page1()
 {
     this.InitializeComponent();
     ResultCollection = new ObservableCollection <Btdevice>();
     current          = this;
     this.Loaded     += Page1_Loaded;
     DeviceEventHandler.CreateNewDeviceEventHandler();
 }