예제 #1
0
        protected override void Add()
        {
            base.Add();
            DIC_SYMBOL dICSYMBOL = new DIC_SYMBOL();

            this.txtID.Text = dICSYMBOL.NewID();
            this.txtNAME.Focus();
        }
예제 #2
0
        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";
        }