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

@@ -162,8 +162,6 @@ namespace PepperDash.Essentials.Core
return true;
}
// Dialog is busy
//Debug.Console(2, "Modal is already visible");
return false;
}