public void BeaconListfresh()
 {
     try
     {
         menuDock.DataContext = null;
         menuDock.DataContext = beaconlist;
         beaconlist.AddList();
     }
     catch { }
 }
Beispiel #2
0
        public void BeaconListfresh()
        {
            try
            {
                menuDock.DataContext = null;

                menuDock.DataContext = beaconlist;
                beaconlist.AddList();
                beaconlistLB.Items.Refresh();
            }
            catch (Exception ex)
            {
            }
        }