//new dailyReset
 public void dailyReset()
 {
     appMDManager.dailyReset();
     appOrderManager.dailyReset();
     ParentUI.dailyReset();
 }