Beispiel #1
0
        private void btn_themhocki_Click(object sender, EventArgs e)
        {
            QLHS_DTO hs = new QLHS_DTO();

            hs.MaHocKi  = txt_mahocki.Text;
            hs.TenHocKi = txt_tenhocki.Text;
            QLHS_BUS bus = new QLHS_BUS();

            bus.ThemHocKi(hs);
            MessageBox.Show("Thêm thành công học kì " + txt_tenhocki.Text + " !", "Thông báo");
            LoadData();
        }