Exemplo n.º 1
0
 public void textBox13_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F5)
     {
         frmlistatmp fr = new frmlistatmp(3);
         fr.ShowDialog();
     }
 }
Exemplo n.º 2
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            frmlistatmp fr = new frmlistatmp();

            fr.ShowDialog();
        }
Exemplo n.º 3
0
        private void empleadosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmlistatmp fr = new frmlistatmp(2);

            fr.ShowDialog();
        }
Exemplo n.º 4
0
        public void textBox8_MouseDoubleClick(object sender, EventArgs e)
        {
            frmlistatmp fr = new frmlistatmp(1);

            fr.ShowDialog();
        }
Exemplo n.º 5
0
        private void contratistasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmlistatmp fr = new frmlistatmp(1);

            fr.ShowDialog();
        }