Interaction logic for PlantWindow.xaml
Inheritance: System.Windows.Window
Ejemplo n.º 1
0
 void testmethod()
 {
     CreateEmployee newWindow = new CreateEmployee();
     newWindow.Show();
     Marmalade_Global.Machine.CreateMachine machineWindow = new Machine.CreateMachine();
     machineWindow.Show();
     PlantWindow plantWindow = new PlantWindow();
     plantWindow.Show();
 }
Ejemplo n.º 2
0
 private void Group4Btn_Click(object sender, RoutedEventArgs e)
 {
     PlantWindow plantWindow = new PlantWindow();
     plantWindow.Show();
 }