public ChpController(chpDB DB, ChpPostController post) { this.DBcontroller = DB; this.chpController = post; initOrderword(); chpController.notifyTime = DBcontroller.nextNotifyTime(); chpController.notificationChpTime += chpTimeEvent; chpController.orderEvent += orderRes; }
public void reloadNotifyTime() { chpController.notifyTime = DBcontroller.nextNotifyTime(); }