コード例 #1
0
 private void Mutate(object sender, RoutedEventArgs e)
 {
     genome.Mutate();
     refresher.Refresh();
 }