Interaction logic for WindowGenerateLayout.xaml
Inheritance: System.Windows.Window
Exemplo n.º 1
0
 private void Button_GenerateLayout_Click(object sender, RoutedEventArgs e)
 {
     if (_windowGenerateLayout != null)
     {
         _windowGenerateLayout.Close();
     }
     _windowGenerateLayout = new WindowGenerateLayout();
     _windowGenerateLayout.Show();
 }
 private void Button_GenerateLayout_Click(object sender, RoutedEventArgs e)
 {
     if (_windowGenerateLayout != null) _windowGenerateLayout.Close();
     _windowGenerateLayout = new WindowGenerateLayout();
     _windowGenerateLayout.Show();
 }