private void button2_Click(object sender, EventArgs e) { Dia d = new Dia(); monthCalendar1.SetDate(d.Hoy()); monthCalendar1.Show(); }