Ejemplo n.º 1
0
        private void btCadastroLocacao_Click(object sender, EventArgs e)
        {
            frmCadastro_Locacao objfrmLocacao = new frmCadastro_Locacao();

            Locacao.IDTeste = Convert.ToInt32(txtID.Text);
            objfrmLocacao.ShowDialog();
        }
 private void btCadastroLocacao_Click(object sender, EventArgs e)
 {
     frmCadastro_Locacao objfrmLocacao = new frmCadastro_Locacao();
     Locacao.IDTeste = Convert.ToInt32(txtID.Text);
     objfrmLocacao.ShowDialog();
 }