Ejemplo n.º 1
0
        private void Podrobnee_Click(object sender, RoutedEventArgs e)
        {
            var winda = new ElViewer();

            winda.tbEl.Text = (string)((MenuItem)sender).DataContext;
            bool?rewa = winda.ShowDialog();
        }
Ejemplo n.º 2
0
 private void Podrobnee_Click(object sender, RoutedEventArgs e)
 {
     var winda = new ElViewer();
     winda.tbEl.Text = (string)((MenuItem)sender).DataContext;
     bool? rewa = winda.ShowDialog();
 }