init method
void
init()
Implementation
void init() {
/// Call equ class and it's allocate method to get resource List
equ.init(':M:scheduleBox');
_resAllocL.addAll(equ.allocate(36, 40)); // width var not used yet.
}