Exemplo n.º 1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            var fhorarios = new PresentacionRecursoHumano._00011_ABM_Horario();

            fhorarios.IdAgente = this.IdAgente;
            fhorarios.ShowDialog();
            ActualizarGrilla();
        }
Exemplo n.º 2
0
        private void horariosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var fhorarios = new PresentacionRecursoHumano._00011_ABM_Horario();

            fhorarios.ShowDialog();
        }
Exemplo n.º 3
0
 private void horariosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var fhorarios = new PresentacionRecursoHumano._00011_ABM_Horario();
     fhorarios.ShowDialog();
 }
Exemplo n.º 4
0
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     var fhorarios = new PresentacionRecursoHumano._00011_ABM_Horario();
     fhorarios.IdAgente = this.IdAgente;
     fhorarios.ShowDialog();
     ActualizarGrilla();
 }