Esempio n. 1
0
 private void playToButton_Click(object sender, RoutedEventArgs e)
 {
     PlayToManager.ShowPlayToUI();
 }
Esempio n. 2
0
 public void ShowPlayToUI()
 {
     PlayToManager.ShowPlayToUI();
 }
Esempio n. 3
0
 private void PlayTo_Click(object sender, RoutedEventArgs e)
 {
     // programmatically invoke the Play To UI. In most cases you would just let the user choose this from the Devices charm instead.
     PlayToManager.ShowPlayToUI();
 }