Ejemplo n.º 1
0
        public ListConsumptionPane(MethodologyEnum metho)
        {
            this._methoEnum = metho;

            InitializeComponent();
            if (_methoEnum != MethodologyEnum.DEMOGRAPHIC)
            {
                PopPeriod();
                PopConsumptions();
            }
            else
            {
                lbtAddnew.Enabled = false;
            }
        }
Ejemplo n.º 2
0
        public ListConsumptionPane(MethodologyEnum metho)
        {
            this._methoEnum = metho;

            InitializeComponent();
            if (_methoEnum != MethodologyEnum.DEMOGRAPHIC)
            {
                PopPeriod();
                PopConsumptions();
            }
            else
            {
                lbtAddnew.Enabled = false;
            }
        }