Exemple #1
0
        private void TinhGia()
        {
            //Lấy các nhóm giá thành

            NhomGia = new NhomGt(_Tungay, _Denngay, Manhom);
            //NhomGia.TinhGiaThanh();
            _Gia = NhomGia.BangGia;
            //Preview
            GTPreview GTPre = new GTPreview(_Gia);

            GTPre.UpdateGia += new EventHandler(this.UpdateGia);
            GTPre.ShowDialog();
        }