Exemple #1
0
 private void Form1_KeyDown(object sender, KeyEventArgs e)
 {
     my_rabbit.move(e, pictureBox_background.Width, this);
 }