calculate remaining time

This commit is contained in:
Jelle Luteijn 2024-01-05 15:24:59 +01:00
parent ed7ce6fb76
commit 09f666b39c
2 changed files with 188 additions and 0 deletions

View file

@ -172,6 +172,7 @@
this.btnClock.TabIndex = 12;
this.btnClock.Text = "Send";
this.btnClock.UseVisualStyleBackColor = true;
this.btnClock.Click += new System.EventHandler(this.btnClock_Click);
//
// label6
//
@ -194,6 +195,11 @@
// tmrVlc
//
this.tmrVlc.Interval = 1000;
this.tmrVlc.Tick += new System.EventHandler(this.tmrVlc_Tick);
//
// tmrClock
//
this.tmrClock.Tick += new System.EventHandler(this.tmrClock_Tick);
//
// Form1
//