Example #1
0
 private void SalvarRota_Click(object sender, EventArgs e)
 {
     Rotas.InsertRota(_IdRota, _DescricaoRota);
     DesmarcaTodos();
 }