Exemple #1
0
        protected override void OnEdit()
        {
            FormViewBranch f = new FormViewBranch(branchID);

            f.Text = "CẬP NHẬT CHI NHÁNH";
            f.Tag  = this;
            f.ShowDialog();
        }
Exemple #2
0
        protected override void OnNew()
        {
            FormViewBranch f = new FormViewBranch();

            f.Text = "THÊM CHI NHÁNH";
            f.Tag  = this;
            f.ShowDialog();
        }