コード例 #1
0
 private void btnSalvar_Click(object sender, EventArgs e)
 {
     CadastrarVeiculo pes = new CadastrarVeiculo();
     pes.Show();
     this.Close();
 }
コード例 #2
0
 private void btnVeiculo_Click(object sender, EventArgs e)
 {
     CadastrarVeiculo cadVeic = new CadastrarVeiculo();
     cadVeic.Show();
 }