Example #1
0
        private void btn_save_Click(object sender, EventArgs e)
        {
            List <ctphieunhap> list = new List <ctphieunhap>();

            createListCTNHAP(ref list);

            phieunhap pn = new phieunhap();

            getInfoPN(ref pn);
            pn.ThemPhieuNhap();

            ctphieunhap ctpn = new ctphieunhap();

            ctpn.ThemCTPhieuNhap(list);
        }