Exemplo n.º 1
0
 private void btnAtras_Click(object sender, EventArgs e)
 {
     this.Visible = false;
     Citas citas = new Citas(this.conexion);
     citas.ShowDialog();
 }
Exemplo n.º 2
0
 private void citasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     this.Visible = false;
     Citas citas = new Citas(this.conexion);
     citas.ShowDialog();
 }