Example #1
0
 private void sharingSourceSettings_Click(object sender, RoutedEventArgs e)
 {
     if (SharingSource != null)
     {
         SharingSource.ShowSettings(this);
     }
 }