Beispiel #1
0
        protected override void Add()
        {
            base.Add();
            DIC_EDUCATION dICEDUCATION = new DIC_EDUCATION();

            this.txtID.Text = dICEDUCATION.NewID();
            this.txtNAME.Focus();
        }
        public xfmEducationAdd(Actions Action)
        {
            this.InitializeComponent();
            this.Init();
            this.ucAdd.Status = Action;
            DIC_EDUCATION dICEDUCATION = new DIC_EDUCATION();

            this.ucAdd.SetData(dICEDUCATION.NewID());
            this.Text = "Thêm";
        }