Added Timer
New version featuring a timer
This commit is contained in:
parent
f7c4067db4
commit
750d7f6b88
14 changed files with 186 additions and 23 deletions
7
Tools/Timer/TimerType.cs
Normal file
7
Tools/Timer/TimerType.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace SimpleTools.Timer{
|
||||
public enum TimerType{
|
||||
Countdown,
|
||||
Stopwatch,
|
||||
Clock
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue