private void verFuncionáriosToolStripMenuItem_Click(object sender, EventArgs e) { Ver_funcionario ver_func = new Ver_funcionario(); ver_func.ShowDialog(); }
private void fc_ver_funcionarios_Click(object sender, EventArgs e) { Ver_funcionario ver_func = new Ver_funcionario(); ver_func.ShowDialog(); }