mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Minor fix
This commit is contained in:
@@ -294,7 +294,7 @@ namespace GHelper
|
|||||||
|
|
||||||
private static void SetTimer()
|
private static void SetTimer()
|
||||||
{
|
{
|
||||||
aTimer = new System.Timers.Timer(3000);
|
aTimer = new System.Timers.Timer(2000);
|
||||||
aTimer.Elapsed += OnTimedEvent;
|
aTimer.Elapsed += OnTimedEvent;
|
||||||
aTimer.AutoReset = true;
|
aTimer.AutoReset = true;
|
||||||
}
|
}
|
||||||
@@ -352,7 +352,7 @@ namespace GHelper
|
|||||||
this.Top = Screen.FromControl(this).WorkingArea.Height - 10 - this.Height;
|
this.Top = Screen.FromControl(this).WorkingArea.Height - 10 - this.Height;
|
||||||
this.Activate();
|
this.Activate();
|
||||||
|
|
||||||
RefreshSensors();
|
//RefreshSensors();
|
||||||
aTimer.Enabled = true;
|
aTimer.Enabled = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user