Ejemplo n.º 1
0
        public AddServiceEquipment(ServiceEquipmentClass.RequestType type)
        {
            InitializeComponent();

            _curWorkerId = AdministrationClass.CurrentWorkerId;
            _requestType = type;
        }
Ejemplo n.º 2
0
        public AddServiceEquipment(ServiceEquipmentClass.RequestType type, int workSubSectionId)
        {
            InitializeComponent();

            _curWorkerId              = AdministrationClass.CurrentWorkerId;
            _requestType              = type;
            _enteringLoad             = true;
            _enteringWorkSubSectionId = workSubSectionId;
        }