private void button_Click(object sender, RoutedEventArgs e)
 {
     IdopontKezelo ik = new IdopontKezelo(recepciosViewModel,smc);
  
     ik.ShowDialog();
     
 }
Exemplo n.º 2
0
        private void button_Click(object sender, RoutedEventArgs e)
        {
            IdopontKezelo ik = new IdopontKezelo(recepciosViewModel, smc);

            ik.ShowDialog();
        }