public MainForm() { InitializeComponent(); food = new Food(randFood); }
public Form1() { InitializeComponent(); food = new Food(randFood); }