Exemplo n.º 1
0
        private void BEExcluir_Click(object sender, EventArgs e)
        {
            ExcluirPeca ex = new ExcluirPeca();

            this.Hide();
            ex.ShowDialog();
        }
Exemplo n.º 2
0
        private void exclusãoToolStripMenuItem4_Click(object sender, EventArgs e)
        {
            ExcluirPeca _ExcluirPeca = new ExcluirPeca();

            _ExcluirPeca.Show();
        }