changes timer interval

This commit is contained in:
HeshamTB 2018-08-16 07:52:12 +03:00
parent 77fefa6812
commit 790e1325d6

View File

@ -70,7 +70,7 @@
// timer1 // timer1
// //
this.timer1.Enabled = true; this.timer1.Enabled = true;
this.timer1.Interval = 3000; this.timer1.Interval = 6000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick); this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
// //
// Time // Time