Example #1
0
        private void verFuncionáriosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Ver_funcionario ver_func = new Ver_funcionario();

            ver_func.ShowDialog();
        }
Example #2
0
        private void fc_ver_funcionarios_Click(object sender, EventArgs e)
        {
            Ver_funcionario ver_func = new Ver_funcionario();

            ver_func.ShowDialog();
        }