Exemplo n.º 1
0
        protected override void Add()
        {
            base.Add();
            DIC_ALLOWANCE dICALLOWANCE = new DIC_ALLOWANCE();

            this.txtID.Text = dICALLOWANCE.NewID();
            this.txtNAME.Focus();
        }
Exemplo n.º 2
0
        public xfmAllowanceAdd(Actions Action)
        {
            this.InitializeComponent();
            this.Init();
            this.ucAdd.Status = Action;
            DIC_ALLOWANCE dICALLOWANCE = new DIC_ALLOWANCE();

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