private void ButtonVerMaterial_Click(object sender, RoutedEventArgs e) { VentanaMateriales ventana = new VentanaMateriales(); ventana.ShowDialog(); }
private void ButtonAñadirMaterial_Click(object sender, RoutedEventArgs e) { VentanaMateriales ventana = new VentanaMateriales(this.avituallamiento); ventana.ShowDialog(); }