コード例 #1
0
        public void ShowPropertiesDialog()
        {
            var window = new PeerDeviceProperties(this);

            window.Owner = App.Current.MainWindow;
            window.ShowDialog();
        }
コード例 #2
0
ファイル: PeerDevice.xaml.cs プロジェクト: prog76/SoftGetaway
 public void ShowPropertiesDialog()
 {
     var window = new PeerDeviceProperties(this);
     window.Owner = App.Current.MainWindow;
     window.ShowDialog();
 }