private void Manager_DeviceJoined(object sender, AllJoynClientLib.Devices.DeviceClient e) { ExecuteOnUIThread(() => { clients.Add(e); }); }
private void Manager_DeviceDropped(object sender, AllJoynClientLib.Devices.DeviceClient e) { ExecuteOnUIThread(() => { clients.Remove(e); }); }