private void buttonKHThuephong_Click(object sender, EventArgs e) { Frm_DSKHThuePhong dstp = new Frm_DSKHThuePhong(); dstp.Show(); }
///////////test tim kiem/////////////////////// private void toolStripButton2_Click(object sender, EventArgs e) { Frm_DSKHThuePhong dskh_thuephong = new Frm_DSKHThuePhong(); dskh_thuephong.Show(); }