private void cadastrarFichamentoToolStripMenuItem_Click(object sender, EventArgs e) { this.Close(); frmCadastrarFichamento fichamento = new frmCadastrarFichamento(); fichamento.Show(); }
//Botão private void btnCadastrar_Click(object sender, EventArgs e) { this.Close(); frmCadastrarFichamento fichamento = new frmCadastrarFichamento(); fichamento.Show(); }