Пример #1
0
 private void butXoa_Click(object sender, EventArgs e)
 {
     m.delrec(dt, "maicd='" + txtMaicd.Text + "'");
     if (dt.Rows.Count == 0)
     {
         txtChandoan.Text = "";
         txtMaicd.Text    = "";
     }
 }