changes timer interval
This commit is contained in:
parent
77fefa6812
commit
790e1325d6
2
OWTrack/Form1.Designer.cs
generated
2
OWTrack/Form1.Designer.cs
generated
@ -70,7 +70,7 @@
|
||||
// timer1
|
||||
//
|
||||
this.timer1.Enabled = true;
|
||||
this.timer1.Interval = 3000;
|
||||
this.timer1.Interval = 6000;
|
||||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||||
//
|
||||
// Time
|
||||
|
Loading…
Reference in New Issue
Block a user