예제 #1
0
        private void btnAgregarCalentamiento_Click(object sender, EventArgs e)
        {
            FrmGestionCaletamiento frmGestionCaletamiento = new FrmGestionCaletamiento();

            frmGestionCaletamiento.ShowDialog();
            if (FrmGestionCaletamiento.duracion != "")
            {
                txtDuracionCalentamiento.Text    = FrmGestionCaletamiento.duracion;
                txtDescripcionCalentamiento.Text = FrmGestionCaletamiento.descripcion;
            }
        }
예제 #2
0
        private void gestiónCalentamientoToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            FrmGestionCaletamiento frmGestionCaletamiento = new FrmGestionCaletamiento();

            frmGestionCaletamiento.ShowDialog();
        }