示例#1
0
        private void bt_novo_Click(object sender, EventArgs e)
        {
            frmCadastroPec frmCadPec = new frmCadastroPec();

            frmCadPec.ShowDialog();
            PreencherGrid();
        }
示例#2
0
 private void bt_novo_Click(object sender, EventArgs e)
 {
     frmCadastroPec frmCadPec = new frmCadastroPec();
     frmCadPec.ShowDialog();
     PreencherGrid();
 }