Ejemplo n.º 1
0
 private void OnLoaded(object sender, RoutedEventArgs e)
 {
     _busAttachment = new AllJoynBusAttachment();
     PopulateAboutData(_busAttachment);
     _producer = new FezHatProducer(_busAttachment)
     {
         Service = this
     };
     _producer.Start();
 }
Ejemplo n.º 2
0
 private void OnLoaded(object sender, RoutedEventArgs e)
 {
     _busAttachment = new AllJoynBusAttachment();
     PopulateAboutData(_busAttachment);
     _producer = new FezHatProducer(_busAttachment) { Service = this };
     _producer.Start();
 }