コード例 #1
0
        public xfmAdvanceAdd(Actions Action)
        {
            this.InitializeComponent();
            this.Init();
            this.ucAdd.Status = Action;
            HRM_PROCESS_ADVANCE hRMPROCESSADVANCE = new HRM_PROCESS_ADVANCE();

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