Call favorites start on mock; Fixed OBTP dialogs to match NYU

This commit is contained in:
Heath Volmer
2017-10-05 12:10:51 -06:00
parent c7cfcbe69e
commit 54f23eeb9f
12 changed files with 233 additions and 152 deletions

View File

@@ -108,6 +108,7 @@ namespace PepperDash.Essentials.Core
WarningTimer.Reset(WarningTime, WarningTime);
if(ErrorTimer != null)
ErrorTimer.Reset(ErrorTime, ErrorTime);
}
}
}