protected override void Add() { base.Add(); DIC_SYMBOL dICSYMBOL = new DIC_SYMBOL(); this.txtID.Text = dICSYMBOL.NewID(); this.txtNAME.Focus(); }
public xfmSymbolAdd(Actions Action) { this.InitializeComponent(); this.Init(); this.ucAdd.Status = Action; DIC_SYMBOL dICSYMBOL = new DIC_SYMBOL(); this.ucAdd.SetData(dICSYMBOL.NewID()); this.Text = "Thêm"; }