7 lines
99 B
C#
7 lines
99 B
C#
namespace SimpleTools.Timer{
|
|
public enum TimerType{
|
|
Countdown,
|
|
Stopwatch,
|
|
Clock
|
|
}
|
|
}
|