Exemplo n.º 1
0
        private void btnEdit_Click_1(object sender, EventArgs e)
        {
            string      id   = txtID.Text;
            string      name = txtName.Text;
            string      cmt  = rtbCmt.Text;
            DataProcess dt   = new DataProcess();

            dgvSupplier.DataSource = dt.EditSupplier(id, name, cmt);
        }