Added countdown timer. Currently counts seconds from n to 0 with various events and callbacks

This commit is contained in:
Heath Volmer
2017-08-18 16:55:54 -06:00
parent 25122abed1
commit 4cda13f004
16 changed files with 194 additions and 13 deletions

View File

@@ -175,6 +175,7 @@
<Compile Include="SmartObjects\SmartObjectHelper.cs" />
<Compile Include="SmartObjects\SmartObjectHelperBase.cs" />
<Compile Include="Routing\TieLine.cs" />
<Compile Include="Timers\CountdownTimer.cs" />
<Compile Include="Touchpanels\MOVED LargeTouchpanelControllerBase.cs" />
<Compile Include="Touchpanels\TriListExtensions.cs" />
<Compile Include="Touchpanels\MOVED UIControllers\DevicePageControllerBase.cs" />