コード例 #1
0
 private void buttonGoClick(object sender, RoutedEventArgs e)
 {
     for (var i = 0; i < 10; i++)
     {
         eyes.Look();
     }
 }