Exemple #1
0
        private void Btn_Modificar_Click(object sender, EventArgs e)
        {
            Frm_ABM_Laboratorios pantalla = new Frm_ABM_Laboratorios();

            pantalla.id_l = Tbl_Laboratorios.CurrentRow.Cells["id_lab"].Value.ToString();
            pantalla.Show();
        }
Exemple #2
0
        private void Btn_Nuevo_Click(object sender, EventArgs e)
        {
            Frm_ABM_Laboratorios pantalla = new Frm_ABM_Laboratorios();

            pantalla.Show();
        }