public SensorbergShowcaseTimedBackgrundTask()
 {
     TimedBackgroundWorker = new TimedBackgroundWorker();
 }
Ejemplo n.º 2
0
 public SimpleAppTimerBackgroundTask()
 {
     worker = new TimedBackgroundWorker();
     worker.BeaconActionResolved += (sender, action) => { Debug.Write("Action resolved: " + action.PayloadString); };
 }