calculate remaining time
This commit is contained in:
parent
ed7ce6fb76
commit
09f666b39c
2 changed files with 188 additions and 0 deletions
6
AnimeCon.Vlc.Scraper/Form1.Designer.cs
generated
6
AnimeCon.Vlc.Scraper/Form1.Designer.cs
generated
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue