private void botonCalendario(object sender, EventArgs e) { Ventana01 ventana = new Ventana01(); ventana.Show(); }
private void button1_Click(object sender, EventArgs e) { Ventana01 ventana = new Ventana01(); ventana.Show(); }