Beispiel #1
0
 private void btnMoi_Click(object sender, EventArgs e)
 {
     txtMaKH.ResetText();
     txtMaHD.Text = bll.GetMaHDMoi().ToString();
     hangmua      = new Dictionary <int, int>();
 }