public BluetoothTagDisplay(Canvas Background, MainWindow MainWindow, String MAC, Point CenterPosition, ContactEventHandler EventHandler, double ZoneRadius) { zoneRadius = ZoneRadius; mac = MAC; origo = CenterPosition; background = Background; mainWindow = MainWindow; contactEventHandler = EventHandler; Init(); }
public BluetoothTagDisplay(Canvas Background, MainWindow MainWindow, String MAC, Point CenterPosition, ContactEventHandler EventHandler) : this(Background, MainWindow, MAC, CenterPosition, EventHandler, DEFAULTZONERAD) { }
public Simulator(Canvas Background, MainWindow MainWindow) { backgr = Background; mainWindow = MainWindow; InitSimulator(); }