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