示例#1
0
 private void btnExcluir_Click(object sender, EventArgs e)
 {
     xml.ExcluirTamanho(idParaCrud.ToString());
     Reload();
 }