set interval

This commit is contained in:
Jelle Luteijn 2025-04-21 10:54:09 +02:00
parent 19db2a4fcd
commit 18f7d430e0
2 changed files with 201 additions and 200 deletions

View file

@ -163,7 +163,8 @@ namespace AnimeCon.Vlc.Scraper
try
{
DoSendDataSerial();
tmrClock.Start();
tmrClock.Interval = Convert.ToInt32(txtInterval.Text)*1000;
tmrClock.Start();
btnClock.Text = "Stop";
lblStatus.Text = "On";
lblStatus.ForeColor = System.Drawing.Color.Green;