public AltBeaconService()
		{
			_monitorNotifier = new MonitorNotifier();
			_rangeNotifier = new RangeNotifier();
			_data = new List<Beacon>();
		}
Beispiel #2
0
 public AltBeaconService()
 {
     _monitorNotifier = new MonitorNotifier();
     _rangeNotifier   = new RangeNotifier();
     _data            = new List <Beacon>();
 }