示例#1
0
        public AbsenceYearly Bind(YearTableFactory converter)
        {
            m_Data = converter;
            m_Data.BindStaticCells(fieldCellEmployee, fieldCellOldHolidays, fieldCellNewHolidays,
                                   fieldCellAliquotSpareNoPlanned, fieldCellAliquotSpareWithPlanned, fieldCellAvailable, fieldUsed);

            DataSource = m_Data.Table;
            return this;
        }
示例#2
0
        public AbsenceYearly Bind(YearTableFactory converter)
        {
            m_Data = converter;
            m_Data.BindStaticCells(fieldCellEmployee, fieldCellOldHolidays, fieldCellNewHolidays,
                                   fieldCellAliquotSpareNoPlanned, fieldCellAliquotSpareWithPlanned, fieldCellAvailable, fieldUsed);

            DataSource = m_Data.Table;
            return(this);
        }