Ejemplo n.º 1
0
 private void Mutate_Node(object sender, RoutedEventArgs e)
 {
     genome.MutateNode();
     refresher.Refresh();
 }