set interval
This commit is contained in:
parent
19db2a4fcd
commit
18f7d430e0
2 changed files with 201 additions and 200 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue