private void consultarPontoToolStripMenuItem_Click(object sender, EventArgs e) { frmConsultarPontos tela = new frmConsultarPontos(); tela.Show(); tela.Listar(); }
private void cONSULTARPONTOSToolStripMenuItem1_Click(object sender, EventArgs e) { frmConsultarPontos tela = new frmConsultarPontos(); tela.MenuScreen = this; tela.Show(); tela.Listar(); this.Hide(); }