Exemplo n.º 1
0
 public void HandleNewDeviceEvent(object sender, NewDeviceEventArgs args)
 {
     if (sender != null)
     {
         Console.Out.WriteLine("New Device:");
         this.LogAnnounce(args.Announce);
     }
 }
Exemplo n.º 2
0
 public void HandleNewDeviceEvent(object sender, NewDeviceEventArgs args)
 {
     this.newDevice = true;
     this.announce  = args.Announce;
 }