Exemple #1
0
 private void Mutate_Activation(object sender, RoutedEventArgs e)
 {
     genome.MutateActivationRandom();
     refresher.Refresh();
 }