コード例 #1
0
        public ChpController(chpDB DB, ChpPostController post)
        {
            this.DBcontroller  = DB;
            this.chpController = post;
            initOrderword();
            chpController.notifyTime = DBcontroller.nextNotifyTime();

            chpController.notificationChpTime += chpTimeEvent;
            chpController.orderEvent          += orderRes;
        }
コード例 #2
0
 public void reloadNotifyTime()
 {
     chpController.notifyTime = DBcontroller.nextNotifyTime();
 }