示例#1
0
 private void txtTK_MaDG_TextChanged(object sender, EventArgs e)
 {
     dtGridDocGia.DataSource = tk.TK_MaDG(txtTK_MaDG.Text);
 }