Example #1
0
 public Snake_Game()
 {
     InitializeComponent();
     comida = new Comida(RComida);
 }