private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
 {
     Frm_AgregarHorasDiaria agregarHorasDiarias = new Frm_AgregarHorasDiaria();
     agregarHorasDiarias.ShowDialog();
 }
Esempio n. 2
0
        private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
        {
            Frm_AgregarHorasDiaria agregarHorasDiarias = new Frm_AgregarHorasDiaria();

            agregarHorasDiarias.ShowDialog();
        }