Hook request - ControlAppt.RefreshModuleScreenPeriod()
Posted: Sat Jul 17, 2021 12:09 pm
Hello -
Could I have the following hook at the bottom of ControlAppt.RefreshModuleScreenPeriod()?
Right now that's after line 3440
Thanks.
Could I have the following hook at the bottom of ControlAppt.RefreshModuleScreenPeriod()?
Code: Select all
FillWaitingRoom();
contrApptPanel.RedrawAsNeeded();
Plugins.HookAddCode(this, "RefreshModuleScreenPeriod_end"); <-----------------------
}
Thanks.