Ejemplo n.º 1
0
        protected override void Add()
        {
            base.Add();
            DIC_STATE dICSTATE = new DIC_STATE();

            this.txtID.Text = dICSTATE.NewID();
            this.txtNAME.Focus();
        }
Ejemplo n.º 2
0
        public xfmStateAdd(Actions Action)
        {
            this.InitializeComponent();
            this.Init();
            this.ucAdd.Status = Action;
            DIC_STATE dICSTATE = new DIC_STATE();

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