示例#1
0
        protected override void Add()
        {
            base.Add();
            DIC_RELIGION dICRELIGION = new DIC_RELIGION();

            this.txtID.Text = dICRELIGION.NewID();
            this.txtNAME.Focus();
        }
示例#2
0
        public xfmReligionAdd(Actions Action)
        {
            this.InitializeComponent();
            this.Init();
            this.ucAdd.Status = Action;
            DIC_RELIGION dICRELIGION = new DIC_RELIGION();

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