protected override void Add() { base.Add(); DIC_RELIGION dICRELIGION = new DIC_RELIGION(); this.txtID.Text = dICRELIGION.NewID(); this.txtNAME.Focus(); }
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"; }