Ejemplo n.º 1
0
 private void btn_deletar_Click(object sender, EventArgs e)
 {
     ConnectionSQLite.delete(mask_txt_cpf.Text);
     limpa_text();
 }