private void button1_Click(object sender, EventArgs e) { PlantsCare.Menu v = new PlantsCare.Menu(); v.Show(); }
private void pictureBox3_Click(object sender, EventArgs e) { PlantsCare.Menu v = new PlantsCare.Menu(); v.Show(); }