Merge for 1.2.4 #8

Merged
Hesham merged 11 commits from Dev into master 2018-09-01 13:26:28 +02:00
Showing only changes of commit 790e1325d6 - Show all commits

View File

@ -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