Esempio n. 1
0
        protected override void OnEdit()
        {
            FrmChiTietPhongBan f = new FrmChiTietPhongBan(Oid);

            f.Text = "CẬP NHẬT PHÒNG BAN";
            f.Tag  = this;
            f.ShowDialog();
        }
Esempio n. 2
0
        protected override void OnNew()
        {
            FrmChiTietPhongBan f = new FrmChiTietPhongBan();

            f.Text = "THÊM PHÒNG BAN";
            f.Tag  = this;
            f.ShowDialog();
        }