Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sikebe/repeatabletimer
A timer which can repeat any number of times implemented by WPF.
https://github.com/sikebe/repeatabletimer
Last synced: 25 days ago
JSON representation
A timer which can repeat any number of times implemented by WPF.
- Host: GitHub
- URL: https://github.com/sikebe/repeatabletimer
- Owner: SIkebe
- License: mit
- Created: 2018-06-05T15:03:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T02:50:16.000Z (12 months ago)
- Last Synced: 2023-11-24T03:29:28.772Z (12 months ago)
- Language: C#
- Size: 807 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RepeatableTimer
A timer which can repeat any number of times implemented by WPF.## Getting started
```cmd
git clone https://github.com/SIkebe/RepeatableTimer.git
cd RepeatableTimer
.\build.ps1 --target Publish
.\executable\RepeatableTimer.exe
```![mainwindow](./images/timer.gif)