Ejemplo n.º 1
0
 private void OnAddMachineFunction(object sender, RoutedEventArgs e)
 {
     MachineFunctions.Add(new MachineFunction());
 }