Example #1
0
        public void ShowPropertiesDialog()
        {
            var window = new PeerDeviceProperties(this);

            window.Owner = App.Current.MainWindow;
            window.ShowDialog();
        }
Example #2
0
 public void ShowPropertiesDialog()
 {
     var window = new PeerDeviceProperties(this);
     window.Owner = App.Current.MainWindow;
     window.ShowDialog();
 }