예제 #1
0
 private void textBoxdiachi_TextChanged(object sender, EventArgs e)
 {
     textBoxTKtheoDC.Text = tkBLL.Thongke_theoDC(textBoxdiachi.Text).ToString();
     tkBLL.Hienthi_TKtheoDC(lvthongkeloaikh, textBoxdiachi.Text);
 }